From: Dinh Nguyen Date: Mon, 31 Jan 2022 16:05:31 +0000 (-0600) Subject: ARM: dts: socfpga: arria10: align regulator node with dtschema X-Git-Tag: v5.18-rc1~145^2~2^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bd702d3a859b579354798a0ae0df281ed6148fe4;p=linux-block.git 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 --- 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>;