summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2022-01-31 19:05:31 +0300
committerDinh Nguyen <dinguyen@kernel.org>2022-02-10 05:58:10 +0300
commitbd702d3a859b579354798a0ae0df281ed6148fe4 (patch)
treee62fe7cc55ebc623c917bafc434ffc6fc7cab698
parente3e4ffe1139fffbe10c2ee060aa7fa438c9baf47 (diff)
downloadlinux-bd702d3a859b579354798a0ae0df281ed6148fe4.tar.xz
ARM: dts: socfpga: arria10: 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> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> --- v2: fix compile error
-rw-r--r--arch/arm/boot/dts/socfpga_arria5_socdk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
index 0e03011d0247..7f5458d8fccc 100644
--- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts
+++ b/arch/arm/boot/dts/socfpga_arria5_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>;