aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/boot/dts
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2023-06-04 14:26:55 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-06-09 09:54:17 +0200
commit4cdb5d9d39f010ba98e93e657f36c59a3cdf8730 (patch)
tree5967cd8295c209f8c7923a9f4eaa64af9d5133cb /arch/mips/boot/dts
parentmips: ingenic: Enable EXT/2 divider on JZ4750/55/60 if EXT is 24 MHz (diff)
downloadwireguard-linux-4cdb5d9d39f010ba98e93e657f36c59a3cdf8730.tar.xz
wireguard-linux-4cdb5d9d39f010ba98e93e657f36c59a3cdf8730.zip
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>
Diffstat (limited to 'arch/mips/boot/dts')
-rw-r--r--arch/mips/boot/dts/ingenic/qi_lb60.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/ingenic/qi_lb60.dts b/arch/mips/boot/dts/ingenic/qi_lb60.dts
index ba0218971572..24f987244a12 100644
--- a/arch/mips/boot/dts/ingenic/qi_lb60.dts
+++ b/arch/mips/boot/dts/ingenic/qi_lb60.dts
@@ -27,7 +27,7 @@
stdout-path = &uart0;
};
- vcc: regulator@0 {
+ vcc: regulator-0 {
compatible = "regulator-fixed";
regulator-name = "vcc";
@@ -36,7 +36,7 @@
regulator-always-on;
};
- mmc_power: regulator@1 {
+ mmc_power: regulator-1 {
compatible = "regulator-fixed";
regulator-name = "mmc_vcc";
gpio = <&gpd 2 0>;
@@ -45,7 +45,7 @@
regulator-max-microvolt = <3300000>;
};
- amp_supply: regulator@2 {
+ amp_supply: regulator-2 {
compatible = "regulator-fixed";
regulator-name = "amp_supply";
gpio = <&gpd 4 0>;