From: Krzysztof Kozlowski Date: Thu, 30 Dec 2021 19:53:25 +0000 (+0100) Subject: arm64: dts: exynos: drop incorrectly placed wakeup interrupts in Exynos850 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=daeb1c2b50fb98118d6318b5fdbd9ef9bdfaeaf5;p=linux.git arm64: dts: exynos: drop incorrectly placed wakeup interrupts in Exynos850 The pin controller device node is expected to have one (optional) interrupt. Its pin banks capable of external interrupts, should define interrupts for each pin, unless a muxed interrupt is used. Exynos850 defined the second part - interrupt for each pin in wake-up pin controller - but also added these interrupts in main device node, which is not correct. Fixes: e3493220fd3e ("arm64: dts: exynos: Add initial Exynos850 SoC support") Signed-off-by: Krzysztof Kozlowski Tested-by: Sam Protsenko Reviewed-by: Sam Protsenko Link: https://lore.kernel.org/r/20211230195325.328220-3-krzysztof.kozlowski@canonical.com --- diff --git a/arch/arm64/boot/dts/exynos/exynos850.dtsi b/arch/arm64/boot/dts/exynos/exynos850.dtsi index c9457593f6cc..bb3a7aec6208 100644 --- a/arch/arm64/boot/dts/exynos/exynos850.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos850.dtsi @@ -326,38 +326,6 @@ pinctrl_alive: pinctrl@11850000 { compatible = "samsung,exynos850-pinctrl"; reg = <0x11850000 0x1000>; - interrupts = , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - , - ; wakeup-interrupt-controller { compatible = "samsung,exynos7-wakeup-eint"; @@ -367,14 +335,6 @@ pinctrl_cmgp: pinctrl@11c30000 { compatible = "samsung,exynos850-pinctrl"; reg = <0x11c30000 0x1000>; - interrupts = , - , - , - , - , - , - , - ; wakeup-interrupt-controller { compatible = "samsung,exynos7-wakeup-eint";