]> Git Repo - linux.git/commitdiff
arm64: dts: mt8183: fix pwrap gic number
authorHsin-Hsiung Wang <[email protected]>
Thu, 22 Aug 2019 08:55:40 +0000 (16:55 +0800)
committerMatthias Brugger <[email protected]>
Thu, 22 Aug 2019 09:25:52 +0000 (11:25 +0200)
The correct gic number of pwrap is 185 instead of 209. This patch fixes
it to avoid triggering error interrupt.

Fixes: e526c9bc11f8 ("arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile")
Signed-off-by: Hsin-Hsiung Wang <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
arch/arm64/boot/dts/mediatek/mt8183.dtsi

index c2749c4631bcd9e91950388a71e17f2808c1fab9..afb0996d46a3db1db2ae727cfce24d2aade7eff7 100644 (file)
                        compatible = "mediatek,mt8183-pwrap";
                        reg = <0 0x1000d000 0 0x1000>;
                        reg-names = "pwrap";
-                       interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&topckgen CLK_TOP_MUX_PMICSPI>,
                                 <&infracfg CLK_INFRA_PMIC_AP>;
                        clock-names = "spi", "wrap";
This page took 0.059855 seconds and 4 git commands to generate.