]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for wkup_gpioX instances
authorKeerthy <j-keerthy@ti.com>
Thu, 3 Feb 2022 13:26:47 +0000 (18:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 11:57:47 +0000 (13:57 +0200)
[ Upstream commit 223d9ac45efb9311e7b2b0494c3ed25c701c6a5d ]

The interrupt-parent for wkup_gpioX instances are wrongly assigned as
main_gpio_intr instead of wkup_gpio_intr. Fix it.

Fixes: b8545f9d3a54 ("arm64: dts: ti: Add initial support for J721S2 SoC")
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com>
Link: https://lore.kernel.org/r/20220203132647.11314-1-a-govindraju@ti.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi

index 7521963719ff98997b258c05117db22922c51401..6c5c02edb375db328df02ce698b17f6874c0ecbf 100644 (file)
                reg = <0x00 0x42110000 0x00 0x100>;
                gpio-controller;
                #gpio-cells = <2>;
-               interrupt-parent = <&main_gpio_intr>;
+               interrupt-parent = <&wkup_gpio_intr>;
                interrupts = <103>, <104>, <105>, <106>, <107>, <108>;
                interrupt-controller;
                #interrupt-cells = <2>;
                reg = <0x00 0x42100000 0x00 0x100>;
                gpio-controller;
                #gpio-cells = <2>;
-               interrupt-parent = <&main_gpio_intr>;
+               interrupt-parent = <&wkup_gpio_intr>;
                interrupts = <112>, <113>, <114>, <115>, <116>, <117>;
                interrupt-controller;
                #interrupt-cells = <2>;