Skip to content

Commit 656c648

Browse files
sandy-huangmmind
authored andcommitted
arm64: dts: rockchip: fix vopl iommu irq on px30
The vop-mmu shares the irq with its matched vop but not the vpu. Fixes: 7053e06 ("arm64: dts: rockchip: add core dtsi file for PX30 SoCs") Signed-off-by: Sandy Huang <hjc@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Ezequiel Garcia <ezequiel@collabora.com> Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Tested-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Link: https://lore.kernel.org/r/20210108110627.3231226-1-heiko@sntech.de
1 parent 5c8fe58 commit 656c648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@
10971097
vopl_mmu: iommu@ff470f00 {
10981098
compatible = "rockchip,iommu";
10991099
reg = <0x0 0xff470f00 0x0 0x100>;
1100-
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
1100+
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
11011101
interrupt-names = "vopl_mmu";
11021102
clocks = <&cru ACLK_VOPL>, <&cru HCLK_VOPL>;
11031103
clock-names = "aclk", "iface";

0 commit comments

Comments
 (0)