mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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
This commit is contained in:
parent
e3e4ffe113
commit
bd702d3a85
|
|
@ -50,7 +50,7 @@ hps3 {
|
|||
};
|
||||
};
|
||||
|
||||
regulator_3_3v: 3-3-v-regulator {
|
||||
regulator_3_3v: regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "3.3V";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user