]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: socfpga: cyclone5: align regulator node with dtschema
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 1 Feb 2022 17:12:08 +0000 (11:12 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 10 Feb 2022 02:58:10 +0000 (20:58 -0600)
Fixes dtbs_check warnings like:

'3-3-v-regulator' does not match any of the regexes: '.*-names$'

Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>:wq
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts
arch/arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dts
arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
arch/arm/boot/dts/socfpga_cyclone5_sodia.dts

index f6561766d83ff04116f7e8d4b27237f6a08183b7..76262f1e5e03fb75b57ee0be8a37f8c18e6609cb 100644 (file)
@@ -24,7 +24,7 @@
                reg = <0x0 0x20000000>; /* 512MB */
        };
 
-       regulator_3_3v: 3-3-v-regulator {
+       regulator_3_3v: regulator {
                compatible = "regulator-fixed";
                regulator-name = "3.3V";
                regulator-min-microvolt = <3300000>;
index 67076e1b1c7feebfb0dcdd7623c0d70c070df8d2..c8f051fb2bf6c57f13aca364fa33cdf24db543dc 100644 (file)
@@ -24,7 +24,7 @@
                ethernet0 = &gmac1;
        };
 
-       regulator_3_3v: 3-3-v-regulator {
+       regulator_3_3v: regulator {
                compatible = "regulator-fixed";
                regulator-name = "3.3V";
                regulator-min-microvolt = <3300000>;
index 51bb436784e241470d7aba219b38323a37357007..253ef139181d690d1648d345dec17e27d478e357 100644 (file)
@@ -50,7 +50,7 @@
                };
        };
 
-       regulator_3_3v: 3-3-v-regulator {
+       regulator_3_3v: regulator {
                compatible = "regulator-fixed";
                regulator-name = "3.3V";
                regulator-min-microvolt = <3300000>;
index cae9ddd5ed38bbd57efe8371724e59aa49fb0ac2..3dd99c7c95e0ce5cc792d6b5d17185f4508435a2 100644 (file)
                };
        };
 
-       regulator_3_3v: vcc3p3-regulator {
+       regulator_3_3v: regulator {
                compatible = "regulator-fixed";
                regulator-name = "VCC3P3";
                regulator-min-microvolt = <3300000>;
index 3f7aa7bf0863aa1150b64ad4a58e120a1bdf7fc1..b0003f350e654587b7d1d65eb3cc48ab4ffe812a 100644 (file)
@@ -26,7 +26,7 @@
                ethernet0 = &gmac1;
        };
 
-       regulator_3_3v: 3-3-v-regulator {
+       regulator_3_3v: regulator {
                compatible = "regulator-fixed";
                regulator-name = "3.3V";
                regulator-min-microvolt = <3300000>;