Skip to content

Commit

Permalink
ARM: dts: OMAP3-N900: add si4713 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Reichel authored and Tony Lindgren committed Nov 22, 2014
1 parent 0db8899 commit 406c07e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/omap3-n900.dts
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,16 @@
power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */
};

si4713: si4713@63 {
compatible = "silabs,si4713";
reg = <0x63>;

interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */
reset-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 */
vio-supply = <&vio>;
vdd-supply = <&vaux1>;
};

bq24150a: bq24150a@6b {
compatible = "ti,bq24150a";
reg = <0x6b>;
Expand Down

0 comments on commit 406c07e

Please sign in to comment.