diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2022-01-31 19:05:31 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2022-02-10 05:58:10 +0300 |
commit | bd702d3a859b579354798a0ae0df281ed6148fe4 (patch) | |
tree | e62fe7cc55ebc623c917bafc434ffc6fc7cab698 /arch/arm/boot/dts/socfpga_arria5_socdk.dts | |
parent | e3e4ffe1139fffbe10c2ee060aa7fa438c9baf47 (diff) | |
download | linux-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
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria5_socdk.dts')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria5_socdk.dts | 2 |
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>; |