Commit 223d9ac4 authored by Keerthy's avatar Keerthy Committed by Nishanth Menon

arm64: dts: ti: k3-j721s2-mcu-wakeup: Fix the interrupt-parent for wkup_gpioX instances

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

Fixes: b8545f9d ("arm64: dts: ti: Add initial support for J721S2 SoC")
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Link: https://lore.kernel.org/r/20220203132647.11314-1-a-govindraju@ti.com
parent 2aeb0696
...@@ -108,7 +108,7 @@ wkup_gpio0: gpio@42110000 { ...@@ -108,7 +108,7 @@ wkup_gpio0: gpio@42110000 {
reg = <0x00 0x42110000 0x00 0x100>; reg = <0x00 0x42110000 0x00 0x100>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-parent = <&main_gpio_intr>; interrupt-parent = <&wkup_gpio_intr>;
interrupts = <103>, <104>, <105>, <106>, <107>, <108>; interrupts = <103>, <104>, <105>, <106>, <107>, <108>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
...@@ -124,7 +124,7 @@ wkup_gpio1: gpio@42100000 { ...@@ -124,7 +124,7 @@ wkup_gpio1: gpio@42100000 {
reg = <0x00 0x42100000 0x00 0x100>; reg = <0x00 0x42100000 0x00 0x100>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-parent = <&main_gpio_intr>; interrupt-parent = <&wkup_gpio_intr>;
interrupts = <112>, <113>, <114>, <115>, <116>, <117>; interrupts = <112>, <113>, <114>, <115>, <116>, <117>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment