projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e4ffe
)
ARM: dts: socfpga: arria10: align regulator node with dtschema
author
Dinh Nguyen
<dinguyen@kernel.org>
Mon, 31 Jan 2022 16:05:31 +0000
(10:05 -0600)
committer
Dinh 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria5_socdk.dts
b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
index 0e03011d0247b17548a2dae58fb438343fcd4c1f..7f5458d8fccc975da894bcc3d512d74eec40debf 100644
(file)
--- 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>;