UPSTREAM: ARM: dts: rockchip: fix MIPI interrupt on rk3288
authorJohn Keeping <john@metanate.com>
Tue, 23 Feb 2016 13:40:59 +0000 (13:40 +0000)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 20 Apr 2017 00:44:43 +0000 (08:44 +0800)
This isn't currently used by the driver but the correct value is 19
since DSIHOST0 is 51 in the TRM and the GIC offset requires 32 to be
subtracted.

Change-Id: I81ad5143296227aa0cd67f7d33e23db6ecc6cf35
Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
(cherry picked from commit 5415ba40650900f7d663a4b79f346c45dddd4ce0)
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
arch/arm/boot/dts/rk3288.dtsi

index aa06545258559ccd0789a682a9a4af7b4c14f48e..335ad6a63ed2e3a985bbec4347963572525ee6f7 100644 (file)
        mipi_dsi: mipi@ff960000 {
                compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
                reg = <0xff960000 0x4000>;
-               interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>;
                clock-names = "ref", "pclk";
                power-domains = <&power RK3288_PD_VIO>;