summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2022-02-01 11:12:08 -0600
committerDinh Nguyen <dinguyen@kernel.org>2022-02-09 20:58:10 -0600
commit0f7b715101f097cd1784272f67a8c3f570d7958f (patch)
tree66410f9b3164470fa1604dbf3bab317867e2749e /arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
parentbd702d3a859b579354798a0ae0df281ed6148fe4 (diff)
ARM: dts: socfpga: cyclone5: align regulator node with dtschema
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>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_cyclone5_socdk.dts')
-rw-r--r--arch/arm/boot/dts/socfpga_cyclone5_socdk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
index 51bb436784e2..253ef139181d 100644
--- a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
+++ b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
@@ -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>;