Commit 951dc909 authored by Wolfram Sang's avatar Wolfram Sang Committed by Simon Horman

ARM: shmobile: r8a7790: remove superfluous interrupt-parents

These values are inherited, so don't need to be specified again.
Signed-off-by: default avatarWolfram Sang <wsa@sang-engineering.com>
Acked-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 9db389f2
...@@ -94,7 +94,6 @@ gic: interrupt-controller@f1001000 { ...@@ -94,7 +94,6 @@ gic: interrupt-controller@f1001000 {
gpio0: gpio@e6050000 { gpio0: gpio@e6050000 {
compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
reg = <0 0xe6050000 0 0x50>; reg = <0 0xe6050000 0 0x50>;
interrupt-parent = <&gic>;
interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
...@@ -106,7 +105,6 @@ gpio0: gpio@e6050000 { ...@@ -106,7 +105,6 @@ gpio0: gpio@e6050000 {
gpio1: gpio@e6051000 { gpio1: gpio@e6051000 {
compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
reg = <0 0xe6051000 0 0x50>; reg = <0 0xe6051000 0 0x50>;
interrupt-parent = <&gic>;
interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
...@@ -118,7 +116,6 @@ gpio1: gpio@e6051000 { ...@@ -118,7 +116,6 @@ gpio1: gpio@e6051000 {
gpio2: gpio@e6052000 { gpio2: gpio@e6052000 {
compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
reg = <0 0xe6052000 0 0x50>; reg = <0 0xe6052000 0 0x50>;
interrupt-parent = <&gic>;
interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
...@@ -130,7 +127,6 @@ gpio2: gpio@e6052000 { ...@@ -130,7 +127,6 @@ gpio2: gpio@e6052000 {
gpio3: gpio@e6053000 { gpio3: gpio@e6053000 {
compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
reg = <0 0xe6053000 0 0x50>; reg = <0 0xe6053000 0 0x50>;
interrupt-parent = <&gic>;
interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
...@@ -142,7 +138,6 @@ gpio3: gpio@e6053000 { ...@@ -142,7 +138,6 @@ gpio3: gpio@e6053000 {
gpio4: gpio@e6054000 { gpio4: gpio@e6054000 {
compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
reg = <0 0xe6054000 0 0x50>; reg = <0 0xe6054000 0 0x50>;
interrupt-parent = <&gic>;
interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
...@@ -154,7 +149,6 @@ gpio4: gpio@e6054000 { ...@@ -154,7 +149,6 @@ gpio4: gpio@e6054000 {
gpio5: gpio@e6055000 { gpio5: gpio@e6055000 {
compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar"; compatible = "renesas,gpio-r8a7790", "renesas,gpio-rcar";
reg = <0 0xe6055000 0 0x50>; reg = <0 0xe6055000 0 0x50>;
interrupt-parent = <&gic>;
interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
...@@ -166,7 +160,6 @@ gpio5: gpio@e6055000 { ...@@ -166,7 +160,6 @@ gpio5: gpio@e6055000 {
thermal@e61f0000 { thermal@e61f0000 {
compatible = "renesas,thermal-r8a7790", "renesas,rcar-thermal"; compatible = "renesas,thermal-r8a7790", "renesas,rcar-thermal";
reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>; reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>;
interrupt-parent = <&gic>;
interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp5_clks R8A7790_CLK_THERMAL>; clocks = <&mstp5_clks R8A7790_CLK_THERMAL>;
}; };
...@@ -184,7 +177,6 @@ irqc0: interrupt-controller@e61c0000 { ...@@ -184,7 +177,6 @@ irqc0: interrupt-controller@e61c0000 {
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-controller; interrupt-controller;
reg = <0 0xe61c0000 0 0x200>; reg = <0 0xe61c0000 0 0x200>;
interrupt-parent = <&gic>;
interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
<0 1 IRQ_TYPE_LEVEL_HIGH>, <0 1 IRQ_TYPE_LEVEL_HIGH>,
<0 2 IRQ_TYPE_LEVEL_HIGH>, <0 2 IRQ_TYPE_LEVEL_HIGH>,
...@@ -196,7 +188,6 @@ i2c0: i2c@e6508000 { ...@@ -196,7 +188,6 @@ i2c0: i2c@e6508000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "renesas,i2c-r8a7790"; compatible = "renesas,i2c-r8a7790";
reg = <0 0xe6508000 0 0x40>; reg = <0 0xe6508000 0 0x40>;
interrupt-parent = <&gic>;
interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp9_clks R8A7790_CLK_I2C0>; clocks = <&mstp9_clks R8A7790_CLK_I2C0>;
status = "disabled"; status = "disabled";
...@@ -207,7 +198,6 @@ i2c1: i2c@e6518000 { ...@@ -207,7 +198,6 @@ i2c1: i2c@e6518000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "renesas,i2c-r8a7790"; compatible = "renesas,i2c-r8a7790";
reg = <0 0xe6518000 0 0x40>; reg = <0 0xe6518000 0 0x40>;
interrupt-parent = <&gic>;
interrupts = <0 288 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 288 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp9_clks R8A7790_CLK_I2C1>; clocks = <&mstp9_clks R8A7790_CLK_I2C1>;
status = "disabled"; status = "disabled";
...@@ -218,7 +208,6 @@ i2c2: i2c@e6530000 { ...@@ -218,7 +208,6 @@ i2c2: i2c@e6530000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "renesas,i2c-r8a7790"; compatible = "renesas,i2c-r8a7790";
reg = <0 0xe6530000 0 0x40>; reg = <0 0xe6530000 0 0x40>;
interrupt-parent = <&gic>;
interrupts = <0 286 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 286 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp9_clks R8A7790_CLK_I2C2>; clocks = <&mstp9_clks R8A7790_CLK_I2C2>;
status = "disabled"; status = "disabled";
...@@ -229,7 +218,6 @@ i2c3: i2c@e6540000 { ...@@ -229,7 +218,6 @@ i2c3: i2c@e6540000 {
#size-cells = <0>; #size-cells = <0>;
compatible = "renesas,i2c-r8a7790"; compatible = "renesas,i2c-r8a7790";
reg = <0 0xe6540000 0 0x40>; reg = <0 0xe6540000 0 0x40>;
interrupt-parent = <&gic>;
interrupts = <0 290 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 290 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp9_clks R8A7790_CLK_I2C3>; clocks = <&mstp9_clks R8A7790_CLK_I2C3>;
status = "disabled"; status = "disabled";
...@@ -238,7 +226,6 @@ i2c3: i2c@e6540000 { ...@@ -238,7 +226,6 @@ i2c3: i2c@e6540000 {
mmcif0: mmcif@ee200000 { mmcif0: mmcif@ee200000 {
compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif"; compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
reg = <0 0xee200000 0 0x80>; reg = <0 0xee200000 0 0x80>;
interrupt-parent = <&gic>;
interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_MMCIF0>; clocks = <&mstp3_clks R8A7790_CLK_MMCIF0>;
reg-io-width = <4>; reg-io-width = <4>;
...@@ -248,7 +235,6 @@ mmcif0: mmcif@ee200000 { ...@@ -248,7 +235,6 @@ mmcif0: mmcif@ee200000 {
mmcif1: mmc@ee220000 { mmcif1: mmc@ee220000 {
compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif"; compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
reg = <0 0xee220000 0 0x80>; reg = <0 0xee220000 0 0x80>;
interrupt-parent = <&gic>;
interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_MMCIF1>; clocks = <&mstp3_clks R8A7790_CLK_MMCIF1>;
reg-io-width = <4>; reg-io-width = <4>;
...@@ -263,7 +249,6 @@ pfc: pfc@e6060000 { ...@@ -263,7 +249,6 @@ pfc: pfc@e6060000 {
sdhi0: sd@ee100000 { sdhi0: sd@ee100000 {
compatible = "renesas,sdhi-r8a7790"; compatible = "renesas,sdhi-r8a7790";
reg = <0 0xee100000 0 0x200>; reg = <0 0xee100000 0 0x200>;
interrupt-parent = <&gic>;
interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 165 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_SDHI0>; clocks = <&mstp3_clks R8A7790_CLK_SDHI0>;
cap-sd-highspeed; cap-sd-highspeed;
...@@ -273,7 +258,6 @@ sdhi0: sd@ee100000 { ...@@ -273,7 +258,6 @@ sdhi0: sd@ee100000 {
sdhi1: sd@ee120000 { sdhi1: sd@ee120000 {
compatible = "renesas,sdhi-r8a7790"; compatible = "renesas,sdhi-r8a7790";
reg = <0 0xee120000 0 0x200>; reg = <0 0xee120000 0 0x200>;
interrupt-parent = <&gic>;
interrupts = <0 166 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 166 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_SDHI1>; clocks = <&mstp3_clks R8A7790_CLK_SDHI1>;
cap-sd-highspeed; cap-sd-highspeed;
...@@ -283,7 +267,6 @@ sdhi1: sd@ee120000 { ...@@ -283,7 +267,6 @@ sdhi1: sd@ee120000 {
sdhi2: sd@ee140000 { sdhi2: sd@ee140000 {
compatible = "renesas,sdhi-r8a7790"; compatible = "renesas,sdhi-r8a7790";
reg = <0 0xee140000 0 0x100>; reg = <0 0xee140000 0 0x100>;
interrupt-parent = <&gic>;
interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 167 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_SDHI2>; clocks = <&mstp3_clks R8A7790_CLK_SDHI2>;
cap-sd-highspeed; cap-sd-highspeed;
...@@ -293,7 +276,6 @@ sdhi2: sd@ee140000 { ...@@ -293,7 +276,6 @@ sdhi2: sd@ee140000 {
sdhi3: sd@ee160000 { sdhi3: sd@ee160000 {
compatible = "renesas,sdhi-r8a7790"; compatible = "renesas,sdhi-r8a7790";
reg = <0 0xee160000 0 0x100>; reg = <0 0xee160000 0 0x100>;
interrupt-parent = <&gic>;
interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 168 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp3_clks R8A7790_CLK_SDHI3>; clocks = <&mstp3_clks R8A7790_CLK_SDHI3>;
cap-sd-highspeed; cap-sd-highspeed;
...@@ -303,7 +285,6 @@ sdhi3: sd@ee160000 { ...@@ -303,7 +285,6 @@ sdhi3: sd@ee160000 {
scifa0: serial@e6c40000 { scifa0: serial@e6c40000 {
compatible = "renesas,scifa-r8a7790", "renesas,scifa"; compatible = "renesas,scifa-r8a7790", "renesas,scifa";
reg = <0 0xe6c40000 0 64>; reg = <0 0xe6c40000 0 64>;
interrupt-parent = <&gic>;
interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp2_clks R8A7790_CLK_SCIFA0>; clocks = <&mstp2_clks R8A7790_CLK_SCIFA0>;
clock-names = "sci_ick"; clock-names = "sci_ick";
...@@ -312,7 +293,6 @@ scifa0: serial@e6c40000 { ...@@ -312,7 +293,6 @@ scifa0: serial@e6c40000 {
scifa1: serial@e6c50000 { scifa1: serial@e6c50000 {
compatible = "renesas,scifa-r8a7790", "renesas,scifa"; compatible = "renesas,scifa-r8a7790", "renesas,scifa";
interrupt-parent = <&gic>;
reg = <0 0xe6c50000 0 64>; reg = <0 0xe6c50000 0 64>;
interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp2_clks R8A7790_CLK_SCIFA1>; clocks = <&mstp2_clks R8A7790_CLK_SCIFA1>;
...@@ -322,7 +302,6 @@ scifa1: serial@e6c50000 { ...@@ -322,7 +302,6 @@ scifa1: serial@e6c50000 {
scifa2: serial@e6c60000 { scifa2: serial@e6c60000 {
compatible = "renesas,scifa-r8a7790", "renesas,scifa"; compatible = "renesas,scifa-r8a7790", "renesas,scifa";
interrupt-parent = <&gic>;
reg = <0 0xe6c60000 0 64>; reg = <0 0xe6c60000 0 64>;
interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp2_clks R8A7790_CLK_SCIFA2>; clocks = <&mstp2_clks R8A7790_CLK_SCIFA2>;
...@@ -332,7 +311,6 @@ scifa2: serial@e6c60000 { ...@@ -332,7 +311,6 @@ scifa2: serial@e6c60000 {
scifb0: serial@e6c20000 { scifb0: serial@e6c20000 {
compatible = "renesas,scifb-r8a7790", "renesas,scifb"; compatible = "renesas,scifb-r8a7790", "renesas,scifb";
interrupt-parent = <&gic>;
reg = <0 0xe6c20000 0 64>; reg = <0 0xe6c20000 0 64>;
interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp2_clks R8A7790_CLK_SCIFB0>; clocks = <&mstp2_clks R8A7790_CLK_SCIFB0>;
...@@ -342,7 +320,6 @@ scifb0: serial@e6c20000 { ...@@ -342,7 +320,6 @@ scifb0: serial@e6c20000 {
scifb1: serial@e6c30000 { scifb1: serial@e6c30000 {
compatible = "renesas,scifb-r8a7790", "renesas,scifb"; compatible = "renesas,scifb-r8a7790", "renesas,scifb";
interrupt-parent = <&gic>;
reg = <0 0xe6c30000 0 64>; reg = <0 0xe6c30000 0 64>;
interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp2_clks R8A7790_CLK_SCIFB1>; clocks = <&mstp2_clks R8A7790_CLK_SCIFB1>;
...@@ -352,7 +329,6 @@ scifb1: serial@e6c30000 { ...@@ -352,7 +329,6 @@ scifb1: serial@e6c30000 {
scifb2: serial@e6ce0000 { scifb2: serial@e6ce0000 {
compatible = "renesas,scifb-r8a7790", "renesas,scifb"; compatible = "renesas,scifb-r8a7790", "renesas,scifb";
interrupt-parent = <&gic>;
reg = <0 0xe6ce0000 0 64>; reg = <0 0xe6ce0000 0 64>;
interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp2_clks R8A7790_CLK_SCIFB2>; clocks = <&mstp2_clks R8A7790_CLK_SCIFB2>;
...@@ -362,7 +338,6 @@ scifb2: serial@e6ce0000 { ...@@ -362,7 +338,6 @@ scifb2: serial@e6ce0000 {
scif0: serial@e6e60000 { scif0: serial@e6e60000 {
compatible = "renesas,scif-r8a7790", "renesas,scif"; compatible = "renesas,scif-r8a7790", "renesas,scif";
interrupt-parent = <&gic>;
reg = <0 0xe6e60000 0 64>; reg = <0 0xe6e60000 0 64>;
interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 152 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp7_clks R8A7790_CLK_SCIF0>; clocks = <&mstp7_clks R8A7790_CLK_SCIF0>;
...@@ -372,7 +347,6 @@ scif0: serial@e6e60000 { ...@@ -372,7 +347,6 @@ scif0: serial@e6e60000 {
scif1: serial@e6e68000 { scif1: serial@e6e68000 {
compatible = "renesas,scif-r8a7790", "renesas,scif"; compatible = "renesas,scif-r8a7790", "renesas,scif";
interrupt-parent = <&gic>;
reg = <0 0xe6e68000 0 64>; reg = <0 0xe6e68000 0 64>;
interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 153 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp7_clks R8A7790_CLK_SCIF1>; clocks = <&mstp7_clks R8A7790_CLK_SCIF1>;
...@@ -382,7 +356,6 @@ scif1: serial@e6e68000 { ...@@ -382,7 +356,6 @@ scif1: serial@e6e68000 {
hscif0: serial@e62c0000 { hscif0: serial@e62c0000 {
compatible = "renesas,hscif-r8a7790", "renesas,hscif"; compatible = "renesas,hscif-r8a7790", "renesas,hscif";
interrupt-parent = <&gic>;
reg = <0 0xe62c0000 0 96>; reg = <0 0xe62c0000 0 96>;
interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 154 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp7_clks R8A7790_CLK_HSCIF0>; clocks = <&mstp7_clks R8A7790_CLK_HSCIF0>;
...@@ -392,7 +365,6 @@ hscif0: serial@e62c0000 { ...@@ -392,7 +365,6 @@ hscif0: serial@e62c0000 {
hscif1: serial@e62c8000 { hscif1: serial@e62c8000 {
compatible = "renesas,hscif-r8a7790", "renesas,hscif"; compatible = "renesas,hscif-r8a7790", "renesas,hscif";
interrupt-parent = <&gic>;
reg = <0 0xe62c8000 0 96>; reg = <0 0xe62c8000 0 96>;
interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 155 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp7_clks R8A7790_CLK_HSCIF1>; clocks = <&mstp7_clks R8A7790_CLK_HSCIF1>;
...@@ -403,7 +375,6 @@ hscif1: serial@e62c8000 { ...@@ -403,7 +375,6 @@ hscif1: serial@e62c8000 {
sata0: sata@ee300000 { sata0: sata@ee300000 {
compatible = "renesas,sata-r8a7790"; compatible = "renesas,sata-r8a7790";
reg = <0 0xee300000 0 0x2000>; reg = <0 0xee300000 0 0x2000>;
interrupt-parent = <&gic>;
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp8_clks R8A7790_CLK_SATA0>; clocks = <&mstp8_clks R8A7790_CLK_SATA0>;
status = "disabled"; status = "disabled";
...@@ -412,7 +383,6 @@ sata0: sata@ee300000 { ...@@ -412,7 +383,6 @@ sata0: sata@ee300000 {
sata1: sata@ee500000 { sata1: sata@ee500000 {
compatible = "renesas,sata-r8a7790"; compatible = "renesas,sata-r8a7790";
reg = <0 0xee500000 0 0x2000>; reg = <0 0xee500000 0 0x2000>;
interrupt-parent = <&gic>;
interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp8_clks R8A7790_CLK_SATA1>; clocks = <&mstp8_clks R8A7790_CLK_SATA1>;
status = "disabled"; status = "disabled";
...@@ -756,7 +726,6 @@ R8A7790_CLK_I2C0 ...@@ -756,7 +726,6 @@ R8A7790_CLK_I2C0
spi: spi@e6b10000 { spi: spi@e6b10000 {
compatible = "renesas,qspi-r8a7790", "renesas,qspi"; compatible = "renesas,qspi-r8a7790", "renesas,qspi";
reg = <0 0xe6b10000 0 0x2c>; reg = <0 0xe6b10000 0 0x2c>;
interrupt-parent = <&gic>;
interrupts = <0 184 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 184 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp9_clks R8A7790_CLK_QSPI_MOD>; clocks = <&mstp9_clks R8A7790_CLK_QSPI_MOD>;
num-cs = <1>; num-cs = <1>;
......
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