From: Limeng <[email protected]> This reverts commit efe867cce124df45a729d9a9699f2317a8711ae8.
The fixed regulator driver has been built in kernel image, and sd_vcc_reg is initialized during kernel boots up. So SD driver can use sd_vcc_reg as power supply. Therefore, revert the useless patch. Signed-off-by: Meng Li <[email protected]> --- arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts index 1261979fd7f3..652940fccc66 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts @@ -464,6 +464,10 @@ status = "disabled"; }; +&emmc2 { + vmmc-supply = <&sd_vcc_reg>; +}; + &phy1 { led-modes = <0x00 0x08>; /* link/activity link */ }; -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9013): https://lists.yoctoproject.org/g/linux-yocto/message/9013 Mute This Topic: https://lists.yoctoproject.org/mt/76624274/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
