Skip to content

Commit f2d514b

Browse files
committed
Merge tag 'v5.11-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Wrong irq number on px30 and cleanups of stuff on rk3399 regarding wrongly used dt properties and parts that shouldn't be enabled. * tag 'v5.11-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: Disable display for NanoPi R2S arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node arm64: dts: rockchip: Fix PCIe DT properties on rk3399 arm64: dts: rockchip: Use only supported PCIe link speed on Pinebook Pro arm64: dts: rockchip: fix vopl iommu irq on px30 Link: https://lore.kernel.org/r/5429065.DvuYhMxLoT@phil Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 2a3e487 + 74532de commit f2d514b

4 files changed

Lines changed: 6 additions & 4 deletions

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";

arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
cpu-supply = <&vdd_arm>;
115115
};
116116

117+
&display_subsystem {
118+
status = "disabled";
119+
};
120+
117121
&gmac2io {
118122
assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
119123
assigned-clock-parents = <&gmac_clk>, <&gmac_clk>;

arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,6 @@
790790
&pcie0 {
791791
bus-scan-delay-ms = <1000>;
792792
ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
793-
max-link-speed = <2>;
794793
num-lanes = <4>;
795794
pinctrl-names = "default";
796795
pinctrl-0 = <&pcie_clkreqn_cpm>;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
reg = <0x0 0xf8000000 0x0 0x2000000>,
235235
<0x0 0xfd000000 0x0 0x1000000>;
236236
reg-names = "axi-base", "apb-base";
237+
device_type = "pci";
237238
#address-cells = <3>;
238239
#size-cells = <2>;
239240
#interrupt-cells = <1>;
@@ -252,7 +253,6 @@
252253
<0 0 0 2 &pcie0_intc 1>,
253254
<0 0 0 3 &pcie0_intc 2>,
254255
<0 0 0 4 &pcie0_intc 3>;
255-
linux,pci-domain = <0>;
256256
max-link-speed = <1>;
257257
msi-map = <0x0 &its 0x0 0x1000>;
258258
phys = <&pcie_phy 0>, <&pcie_phy 1>,
@@ -1278,7 +1278,6 @@
12781278
compatible = "rockchip,rk3399-vdec";
12791279
reg = <0x0 0xff660000 0x0 0x400>;
12801280
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>;
1281-
interrupt-names = "vdpu";
12821281
clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>,
12831282
<&cru SCLK_VDU_CA>, <&cru SCLK_VDU_CORE>;
12841283
clock-names = "axi", "ahb", "cabac", "core";

0 commit comments

Comments
 (0)