Commit 6ec8ba76 authored by Aswath Govindraju's avatar Aswath Govindraju Committed by Nishanth Menon

arm64: dts: ti: k3-j7200: Remove "#address-cells" property from GPIO DT nodes

GPIO device tree nodes do not have child nodes. Therefore, "#address-cells"
property should not be added.

Fixes: e0b2e6af ("arm64: dts: ti: k3-j7200: Add gpio nodes")
Signed-off-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Reviewed-by: default avatarLokesh  Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210423064758.25520-1-a-govindraju@ti.com
parent ec2fb989
......@@ -696,7 +696,6 @@ main_gpio0: gpio@600000 {
<149>;
interrupt-controller;
#interrupt-cells = <2>;
#address-cells = <0>;
ti,ngpio = <69>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>;
......@@ -714,7 +713,6 @@ main_gpio2: gpio@610000 {
<158>;
interrupt-controller;
#interrupt-cells = <2>;
#address-cells = <0>;
ti,ngpio = <69>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 107 TI_SCI_PD_EXCLUSIVE>;
......@@ -732,7 +730,6 @@ main_gpio4: gpio@620000 {
<167>;
interrupt-controller;
#interrupt-cells = <2>;
#address-cells = <0>;
ti,ngpio = <69>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>;
......@@ -750,7 +747,6 @@ main_gpio6: gpio@630000 {
<176>;
interrupt-controller;
#interrupt-cells = <2>;
#address-cells = <0>;
ti,ngpio = <69>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 111 TI_SCI_PD_EXCLUSIVE>;
......
......@@ -117,7 +117,6 @@ wkup_gpio0: gpio@42110000 {
interrupts = <103>, <104>, <105>, <106>, <107>, <108>;
interrupt-controller;
#interrupt-cells = <2>;
#address-cells = <0>;
ti,ngpio = <85>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 113 TI_SCI_PD_EXCLUSIVE>;
......@@ -134,7 +133,6 @@ wkup_gpio1: gpio@42100000 {
interrupts = <112>, <113>, <114>, <115>, <116>, <117>;
interrupt-controller;
#interrupt-cells = <2>;
#address-cells = <0>;
ti,ngpio = <85>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>;
......
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