mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-27 09:11:49 +00:00
fix eMMC vqmmc-supply in OPi3
This commit is contained in:
parent
4a90f7e490
commit
23eefa0afc
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
||||
index c0150b7..2c6c84f 100644
|
||||
index c0150b7..ed0b76d 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
||||
@@ -77,6 +77,14 @@
|
||||
|
@ -17,7 +17,7 @@ index c0150b7..2c6c84f 100644
|
|||
};
|
||||
|
||||
&cpu0 {
|
||||
@@ -140,6 +148,35 @@
|
||||
@@ -140,6 +148,36 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -44,7 +44,8 @@ index c0150b7..2c6c84f 100644
|
|||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&mmc2_pins>;
|
||||
+ vmmc-supply = <®_cldo1>;
|
||||
+ vqmmc-supply = <®_bldo3>;
|
||||
+ vqmmc-supply = <®_bldo2>;
|
||||
+ bus-width = <8>;
|
||||
+ non-removable;
|
||||
+ cap-mmc-hw-reset;
|
||||
+ status = "okay";
|
||||
|
|
Loading…
Add table
Reference in a new issue