Skip to content

Commit 4cdb5d9

Browse files
pcercueitsbogend
authored andcommitted
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: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent fc18139 commit 4cdb5d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/mips/boot/dts/ingenic/qi_lb60.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
stdout-path = &uart0;
2828
};
2929

30-
vcc: regulator@0 {
30+
vcc: regulator-0 {
3131
compatible = "regulator-fixed";
3232
regulator-name = "vcc";
3333

@@ -36,7 +36,7 @@
3636
regulator-always-on;
3737
};
3838

39-
mmc_power: regulator@1 {
39+
mmc_power: regulator-1 {
4040
compatible = "regulator-fixed";
4141
regulator-name = "mmc_vcc";
4242
gpio = <&gpd 2 0>;
@@ -45,7 +45,7 @@
4545
regulator-max-microvolt = <3300000>;
4646
};
4747

48-
amp_supply: regulator@2 {
48+
amp_supply: regulator-2 {
4949
compatible = "regulator-fixed";
5050
regulator-name = "amp_supply";
5151
gpio = <&gpd 4 0>;

0 commit comments

Comments
 (0)