mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rv1126b-evb1: set regulator-boot-on for vcc_sd
1. Rockchip U-Boot will use kernel dtb by default. 2. The legacy U-Boot GPIO driver need regulator-boot-on in dtb to set correct SDMMC0_PWREN value. 3. regulator-boot-on will not affect SDMMC0 function in kernel. Change-Id: I7160a2c1f29e35e2fcf29389dca60f507dea8cb4 Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com> Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
enable-active-low;
|
||||
regulator-boot-on; // The legacy U-Boot GPIO driver needs this to set correct SDMMC0_PWREN value
|
||||
vin-supply = <&vcc12v_dcin>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user