diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-04-07 21:29:38 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2022-04-07 21:29:38 +0200 |
commit | fa04ccac619085332563fb433ffc4ecc8ba5489e (patch) | |
tree | a551439052effe847d4de6f88e953677f84c597b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions