From bd702d3a859b579354798a0ae0df281ed6148fe4 Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Mon, 31 Jan 2022 10:05:31 -0600 Subject: 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 Reported-by: kernel test robot Signed-off-by: Dinh Nguyen --- v2: fix compile error --- arch/arm/boot/dts/socfpga_arria5_socdk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/boot') 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>; -- cgit v1.2.3