(subset) [PATCH 01/18] ARM: dts: nspire: use lower case hex addresses in node unit addresses

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Thu Apr 7 12:30:39 PDT 2022


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 at linaro.org>



More information about the linux-riscv mailing list