Skip to content

Commit

Permalink
ARM: dts: socfpga: arria10: align regulator node with dtschema
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dinh Nguyen authored and intel-lab-lkp committed Jan 31, 2022
1 parent a55e715 commit 921db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/socfpga_arria5_socdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
};
};

regulator_3_3v: 3-3-v-regulator {
regulator {
compatible = "regulator-fixed";
regulator-name = "3.3V";
regulator-min-microvolt = <3300000>;
Expand Down

0 comments on commit 921db6c

Please sign in to comment.