diff mbox series

ARM: dts: socfpga: arria10: align regulator node with dtschema

Message ID 20220131162322.2226781-1-dinguyen@kernel.org
State Superseded
Headers show
Series ARM: dts: socfpga: arria10: align regulator node with dtschema | expand

Commit Message

Dinh Nguyen Jan. 31, 2022, 4:23 p.m. UTC
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>
---
 arch/arm/boot/dts/socfpga_arria5_socdk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
index 1b02d46496a8..617fec5e2c57 100644
--- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts
+++ b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
@@ -50,7 +50,7 @@  hps3 {
 		};
 	};
 
-	regulator_3_3v: 3-3-v-regulator {
+	regulator {
 		compatible = "regulator-fixed";
 		regulator-name = "3.3V";
 		regulator-min-microvolt = <3300000>;