Re: [PATCH 5/5] arm64: dts: imx8mm-evk: Align regulator names with schema

2020-08-30 Thread Shawn Guo
On Sun, Aug 23, 2020 at 07:20:19PM +0200, Krzysztof Kozlowski wrote: > Device tree schema expects regulator names to be lowercase. This fixes > dtbs_check warnings like: > > pmic@4b: regulators:LDO1:regulator-name:0: 'LDO1' does not match > '^ldo[1-6]$' > > Signed-off-by: Krzysztof Kozlowsk

[PATCH 5/5] arm64: dts: imx8mm-evk: Align regulator names with schema

2020-08-23 Thread Krzysztof Kozlowski
Device tree schema expects regulator names to be lowercase. This fixes dtbs_check warnings like: pmic@4b: regulators:LDO1:regulator-name:0: 'LDO1' does not match '^ldo[1-6]$' Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/freescale/imx8mm-evk.dts | 22 ++-- 1 f