OSDN Git Service

ARM: dts: socfpga: arria10: align regulator node with dtschema
authorDinh Nguyen <dinguyen@kernel.org>
Mon, 31 Jan 2022 16:05:31 +0000 (10:05 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 10 Feb 2022 02:58:10 +0000 (20:58 -0600)
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

arch/arm/boot/dts/socfpga_arria5_socdk.dts

index 0e03011..7f5458d 100644 (file)
@@ -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>;