xtensa: fix DTC warning unit_address_format
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 17 Mar 2022 09:49:41 +0000 (02:49 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Thu, 17 Mar 2022 09:55:47 +0000 (02:55 -0700)
commite85d29ba4b24f68e7a78cb85c55e754362eeb2de
tree42d84c73eb64bfd4addc8ea7e396fd8731c27a0c
parentf406f2d03e07afc199dd8cf501f361dde6be8a69
xtensa: fix DTC warning unit_address_format

DTC issues the following warnings when building xtfpga device trees:

 /soc/flash@00000000/partition@0x0: unit name should not have leading "0x"
 /soc/flash@00000000/partition@0x6000000: unit name should not have leading "0x"
 /soc/flash@00000000/partition@0x6800000: unit name should not have leading "0x"
 /soc/flash@00000000/partition@0x7fe0000: unit name should not have leading "0x"

Drop leading 0x from flash partition unit names.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi
arch/xtensa/boot/dts/xtfpga-flash-16m.dtsi
arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi