From 621f6a5d903aaefc640d8bcb7b8640c4af71aa4c Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 2 Sep 2021 16:20:32 +0800 Subject: [PATCH] arm64: dts: rockchip: Remove leading 0x from unit addresses in rk3588 arch/arm64/boot/dts/rockchip/rk3588s.dtsi:921.32-933.4: Warning (unit_address_format): /iommu@0xfdc38700: unit name should not have leading "0x" arch/arm64/boot/dts/rockchip/rk3588s.dtsi:935.32-947.4: Warning (unit_address_format): /iommu@0xfdc48700: unit name should not have leading "0x" Fixes: e1e1eabccd65 ("arm64: dts: rockchip: rk3588s: Add mmu nodes for video codecs") Signed-off-by: Tao Huang Change-Id: If259e78e4454266bccbbb51ee808f59c0e62ace7 --- arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi index 1aa30d7abcc8..28fe5a0119e2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi @@ -838,7 +838,7 @@ status = "disabled"; }; - rkvdec0_mmu: iommu@0xfdc38700 { + rkvdec0_mmu: iommu@fdc38700 { compatible = "rockchip,iommu-v2"; reg = <0x0 0xfdc38700 0x0 0x40>, <0x0 0xfdc38740 0x0 0x40>; interrupts = ; @@ -852,7 +852,7 @@ status = "disabled"; }; - rkvdec1_mmu: iommu@0xfdc48700 { + rkvdec1_mmu: iommu@fdc48700 { compatible = "rockchip,iommu-v2"; reg = <0x0 0xfdc48700 0x0 0x40>, <0x0 0xfdc48740 0x0 0x40>; interrupts = ;