Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
arch/arm/boot/dts/socfpga_arria5_socdk.dts
··· 50 50 }; 51 51 }; 52 52 53 - regulator_3_3v: 3-3-v-regulator { 53 + regulator_3_3v: regulator { 54 54 compatible = "regulator-fixed"; 55 55 regulator-name = "3.3V"; 56 56 regulator-min-microvolt = <3300000>;