diff options
| -rw-r--r-- | arch/arm/boot/dts/hrefv60plus.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index e853882921ec..2131d77dc9c9 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts | |||
| @@ -37,6 +37,21 @@ | |||
| 37 | tc3589x@42 { | 37 | tc3589x@42 { |
| 38 | compatible = "tc3589x"; | 38 | compatible = "tc3589x"; |
| 39 | reg = <0x42>; | 39 | reg = <0x42>; |
| 40 | interrupt-parent = <&gpio6>; | ||
| 41 | interrupts = <25 0x1>; | ||
| 42 | |||
| 43 | interrupt-controller; | ||
| 44 | #interrupt-cells = <2>; | ||
| 45 | |||
| 46 | tc3589x_gpio: tc3589x_gpio { | ||
| 47 | compatible = "tc3589x-gpio"; | ||
| 48 | interrupts = <0 0x1>; | ||
| 49 | |||
| 50 | interrupt-controller; | ||
| 51 | #interrupt-cells = <2>; | ||
| 52 | gpio-controller; | ||
| 53 | #gpio-cells = <2>; | ||
| 54 | }; | ||
| 40 | }; | 55 | }; |
| 41 | 56 | ||
| 42 | tps61052@33 { | 57 | tps61052@33 { |
