mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
dts: fix no vmmc regulator found
This commit is contained in:
parent
e2d17b6af4
commit
bfe4d39941
|
|
@ -210,7 +210,7 @@ &sdmmc {
|
|||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
|
||||
vmmc-supply = <&rk808_ldo5_reg>;
|
||||
vmmc-supply = <&ldo1_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ &sdmmc {
|
|||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
|
||||
vmmc-supply = <&rk808_ldo5_reg>;
|
||||
vmmc-supply = <&ldo1_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user