mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: fix no vmmc regulator found
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
|
||||
vmmc-supply = <&rk808_ldo5_reg>;
|
||||
vmmc-supply = <&ldo1_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
|
||||
vmmc-supply = <&rk808_ldo5_reg>;
|
||||
vmmc-supply = <&ldo1_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user