diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-07 22:29:38 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-07 22:29:38 +0300 |
commit | fa04ccac619085332563fb433ffc4ecc8ba5489e (patch) | |
tree | a551439052effe847d4de6f88e953677f84c597b /arch/arm/mach-mmp/devices.c | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-fa04ccac619085332563fb433ffc4ecc8ba5489e.tar.xz |
ARM: dts: nspire: use lower case hex addresses in node unit addresses
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*
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220317115542.450032-2-krzysztof.kozlowski@canonical.com
Diffstat (limited to 'arch/arm/mach-mmp/devices.c')
0 files changed, 0 insertions, 0 deletions