Commit 4cdb5d9d authored by Paul Cercueil's avatar Paul Cercueil Committed by Thomas Bogendoerfer

MIPS: DTS: qi_lb60: Don't use unit address for regulators

The regulators don't have any "reg" property, and therefore shouldn't
use an unit address in their node names.
Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent fc18139c
...@@ -27,7 +27,7 @@ chosen { ...@@ -27,7 +27,7 @@ chosen {
stdout-path = &uart0; stdout-path = &uart0;
}; };
vcc: regulator@0 { vcc: regulator-0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc"; regulator-name = "vcc";
...@@ -36,7 +36,7 @@ vcc: regulator@0 { ...@@ -36,7 +36,7 @@ vcc: regulator@0 {
regulator-always-on; regulator-always-on;
}; };
mmc_power: regulator@1 { mmc_power: regulator-1 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "mmc_vcc"; regulator-name = "mmc_vcc";
gpio = <&gpd 2 0>; gpio = <&gpd 2 0>;
...@@ -45,7 +45,7 @@ mmc_power: regulator@1 { ...@@ -45,7 +45,7 @@ mmc_power: regulator@1 {
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
amp_supply: regulator@2 { amp_supply: regulator-2 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "amp_supply"; regulator-name = "amp_supply";
gpio = <&gpd 4 0>; gpio = <&gpd 4 0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment