diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-16 16:31:40 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-16 17:43:11 -0400 |
commit | e92ce89c29fe104bc1246913f385093bbae7b564 (patch) | |
tree | cbc0eb3eef2eafbe4ef07aeee4fd8ca35a2c2289 /arch/arm/boot/dts/omap2420-n810.dts | |
parent | 55601c9f24670ba926ebdd4d712ac3b177232330 (diff) |
arm: omap2: n8x0: move i2c devices to DT
By moving i2c devices to DT we can clean up
i2c_board_info and fix a problem with moving
INTC to irq domain where IRQs can be renumbered
on each boot.
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap2420-n810.dts')
-rw-r--r-- | arch/arm/boot/dts/omap2420-n810.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420-n810.dts b/arch/arm/boot/dts/omap2420-n810.dts index 21baec154b78..b604d26bd48c 100644 --- a/arch/arm/boot/dts/omap2420-n810.dts +++ b/arch/arm/boot/dts/omap2420-n810.dts | |||
@@ -6,3 +6,10 @@ | |||
6 | model = "Nokia N810"; | 6 | model = "Nokia N810"; |
7 | compatible = "nokia,n810", "nokia,n8x0", "ti,omap2420", "ti,omap2"; | 7 | compatible = "nokia,n810", "nokia,n8x0", "ti,omap2420", "ti,omap2"; |
8 | }; | 8 | }; |
9 | |||
10 | &i2c2 { | ||
11 | aic3x@18 { | ||
12 | compatible = "tlv320aic3x"; | ||
13 | reg = <0x18>; | ||
14 | }; | ||
15 | }; | ||