diff options
-rw-r--r-- | arch/arm/boot/dts/r8a7779-marzen-reference.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts b/arch/arm/boot/dts/r8a7779-marzen-reference.dts index 6d5508392252..ab4110aa3c3b 100644 --- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts +++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts | |||
@@ -42,8 +42,8 @@ | |||
42 | pinctrl-names = "default"; | 42 | pinctrl-names = "default"; |
43 | 43 | ||
44 | phy-mode = "mii"; | 44 | phy-mode = "mii"; |
45 | interrupt-parent = <&gic>; | 45 | interrupt-parent = <&irqpin0>; |
46 | interrupts = <0 28 0x4>; | 46 | interrupts = <1 0>; /* IRQ1: hwirq 1 on irqpin0 */ |
47 | reg-io-width = <4>; | 47 | reg-io-width = <4>; |
48 | vddvario-supply = <&fixedregulator3v3>; | 48 | vddvario-supply = <&fixedregulator3v3>; |
49 | vdd33a-supply = <&fixedregulator3v3>; | 49 | vdd33a-supply = <&fixedregulator3v3>; |
@@ -63,6 +63,10 @@ | |||
63 | }; | 63 | }; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | &irqpin0 { | ||
67 | status = "okay"; | ||
68 | }; | ||
69 | |||
66 | &pfc { | 70 | &pfc { |
67 | pinctrl-0 = <&scif2_pins &scif4_pins &sdhi0_pins>; | 71 | pinctrl-0 = <&scif2_pins &scif4_pins &sdhi0_pins>; |
68 | pinctrl-names = "default"; | 72 | pinctrl-names = "default"; |