From: Lad, Prabhakar <prabhakar....@ti.com>

This patch adds 'interrupt-parent' property in soc node, so that
the child inherits this property, this avoids adding 'interrupt-parent'
to each node.

Signed-off-by: Lad, Prabhakar <prabhakar....@ti.com>
Cc: linux-arm-ker...@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: davinci-linux-open-sou...@linux.davincidsp.com
Cc: devicetree-disc...@lists.ozlabs.org
Cc: Sekhar Nori <nsek...@ti.com>
Cc: Heiko Schocher <h...@denx.de>
---
 arch/arm/boot/dts/da850.dtsi |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 2551098..7c84822 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -28,6 +28,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x01c00000 0x400000>;
+               interrupt-parent = <&intc>;
 
                pmx_core: pinmux@1c14120 {
                        compatible = "pinctrl-single";
@@ -62,7 +63,6 @@
                        clock-frequency = <150000000>;
                        reg-shift = <2>;
                        interrupts = <25>;
-                       interrupt-parent = <&intc>;
                        status = "disabled";
                };
                serial1: serial@1d0c000 {
@@ -71,7 +71,6 @@
                        clock-frequency = <150000000>;
                        reg-shift = <2>;
                        interrupts = <53>;
-                       interrupt-parent = <&intc>;
                        status = "disabled";
                };
                serial2: serial@1d0d000 {
@@ -80,7 +79,6 @@
                        clock-frequency = <150000000>;
                        reg-shift = <2>;
                        interrupts = <61>;
-                       interrupt-parent = <&intc>;
                        status = "disabled";
                };
        };
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to