ARM: dts: am57xx-idk: Add "vqmmc-supply" property for mmc2
Add "vqmmc-supply" property for mmc2 to indicate the supply connected to the IO lines. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
a9aa4e6e4f
commit
4dd7f7a71d
@ -410,6 +410,7 @@
|
|||||||
&mmc2 {
|
&mmc2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
vmmc-supply = <&v3_3d>;
|
vmmc-supply = <&v3_3d>;
|
||||||
|
vqmmc-supply = <&v3_3d>;
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
ti,non-removable;
|
ti,non-removable;
|
||||||
max-frequency = <96000000>;
|
max-frequency = <96000000>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user