diff options
author | Sebastian Reichel <sre@kernel.org> | 2014-11-14 20:47:30 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-21 19:09:02 -0500 |
commit | 406c07e7ed23337e01b908b2882886f48a49c30c (patch) | |
tree | 703b870b61d227e01bc01c2da72388602259b499 | |
parent | 0db8899aa7c9c12844b829caa539953217c023ae (diff) |
ARM: dts: OMAP3-N900: add si4713 support
Add si4713 node to the N900 device tree file.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 99afa26c9ab6..de15feac259b 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -567,6 +567,16 @@ | |||
567 | power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ | 567 | power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */ |
568 | }; | 568 | }; |
569 | 569 | ||
570 | si4713: si4713@63 { | ||
571 | compatible = "silabs,si4713"; | ||
572 | reg = <0x63>; | ||
573 | |||
574 | interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */ | ||
575 | reset-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 */ | ||
576 | vio-supply = <&vio>; | ||
577 | vdd-supply = <&vaux1>; | ||
578 | }; | ||
579 | |||
570 | bq24150a: bq24150a@6b { | 580 | bq24150a: bq24150a@6b { |
571 | compatible = "ti,bq24150a"; | 581 | compatible = "ti,bq24150a"; |
572 | reg = <0x6b>; | 582 | reg = <0x6b>; |