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: e1e1eabccd ("arm64: dts: rockchip: rk3588s: Add mmu nodes for video codecs")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: If259e78e4454266bccbbb51ee808f59c0e62ace7
This commit is contained in:
Tao Huang
2021-09-02 16:20:32 +08:00
parent 95f6f44072
commit 621f6a5d90

View File

@@ -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 = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
@@ -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 = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;