Prefixing the address with '0x' is already redundant,
so remove it. This patch fixes the following warning:

unit name should not have leading "0x"

Signed-off-by: Xiaolei Wang <[email protected]>
---
 arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts 
b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
index c9e6ca22d460..2684250973fd 100755
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
@@ -89,12 +89,12 @@ reserved-memory {
                #size-cells = <2>;
                ranges;
 
-               gpu_reserved: gpu_reserved@0x8800000000 {
+               gpu_reserved: gpu_reserved@8800000000 {
                        no-map;
                        reg = <0x8 0x80000000 0 0x10000000>;
                };
 
-               decoder_boot: decoder_boot@0x84000000 {
+               decoder_boot: decoder_boot@84000000 {
                        no-map;
                        reg = <0 0x84000000 0 0x2000000>;
                };
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13167): 
https://lists.yoctoproject.org/g/linux-yocto/message/13167
Mute This Topic: https://lists.yoctoproject.org/mt/101886801/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to