On Fri, Mar 11, 2022 at 04:06:31PM +0530, Kuldeep Singh wrote: > This patchset is an attempt to fix device trees and resolve binding > warning for pl022. This requires updation in clock name to keep > alignment with other platforms and spi node properties for integratorap > platform. > > This patchset is based on > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git, > master > > Kuldeep Singh (4): > ARM: dts: integratorap: Update spi node properties > ARM: dts: realview: Update spi clock name > ARM: dts: versatile: Update spi clock name > ARM: dts: ste-dbx: Update spi clock name > Hi, Commit description for patches 2-4 is incorrect. As 'make dtbs_check' has always been working correctly and can identify character casing proficiently, it's just that I had some mistake in my build environment because of which no warning was observed. Kindly consider this version as obsolete. I will update commit description properly in next series. Thanks for your time and sorry for inconvenience. Regards Kuldeep > arch/arm/boot/dts/arm-realview-eb.dtsi | 2 +- > arch/arm/boot/dts/arm-realview-pb1176.dts | 2 +- > arch/arm/boot/dts/arm-realview-pb11mp.dts | 2 +- > arch/arm/boot/dts/arm-realview-pbx.dtsi | 2 +- > arch/arm/boot/dts/integratorap-im-pd1.dts | 4 ++-- > arch/arm/boot/dts/ste-dbx5x0.dtsi | 12 ++++++------ > arch/arm/boot/dts/versatile-ab.dts | 2 +- > 7 files changed, 13 insertions(+), 13 deletions(-) > > -- > 2.25.1 >