On Thu, 17 Mar 2022 12:55:25 +0100, Krzysztof Kozlowski wrote: > Convert all hex addresses in node unit addresses to lower case to fix > dt_binding_check and dtc W=1 warnings. > > Conversion was done using sed: > > $ sed -e 's/@\([a-zA-Z0-9_-]*\) {/@\L\1 {/' -i arch/arm/boot/dts/nspire* > $ sed -e 's/<0x\([a-zA-Z0-9_-]*\) /<0x\L\1 /g' -i arch/arm/boot/dts/nspire* > > [...] Applied, thanks! [01/18] ARM: dts: nspire: use lower case hex addresses in node unit addresses commit: fa04ccac619085332563fb433ffc4ecc8ba5489e Best regards, -- Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>