]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: stratix10: align regulator node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 27 Dec 2021 13:35:55 +0000 (14:35 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 9 Feb 2022 16:43:03 +0000 (10:43 -0600)
The devicetree specification requires that node name should be generic.
The dtschema complains if name does not match pattern, so make the
0.33 V regulator node name more generic.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts

index 12392292c62c4f75109157fcb97af43ad20ac285..5159cd5771dc7668f007f3addb1c1f46ba3ab20b 100644 (file)
@@ -44,7 +44,7 @@
                reg = <0 0 0 0>;
        };
 
-       ref_033v: 033-v-ref {
+       ref_033v: regulator-v-ref {
                compatible = "regulator-fixed";
                regulator-name = "0.33V";
                regulator-min-microvolt = <330000>;
index 2d53a06deab515a9981c61eac6e617a4fa690290..0ab676c639a10d15e2aec7bcc41917c8899792f9 100644 (file)
@@ -44,7 +44,7 @@
                reg = <0 0 0 0>;
        };
 
-       ref_033v: 033-v-ref {
+       ref_033v: regulator-v-ref {
                compatible = "regulator-fixed";
                regulator-name = "0.33V";
                regulator-min-microvolt = <330000>;