diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-16 22:31:40 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-16 23:43:11 +0200 |
commit | e92ce89c29fe104bc1246913f385093bbae7b564 (patch) | |
tree | cbc0eb3eef2eafbe4ef07aeee4fd8ca35a2c2289 /arch/arm/boot/dts/omap2420-n8x0-common.dtsi | |
parent | arm: omap: intc: switch over to linear irq domain (diff) | |
download | linux-e92ce89c29fe104bc1246913f385093bbae7b564.tar.xz linux-e92ce89c29fe104bc1246913f385093bbae7b564.zip |
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-n8x0-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi index 89608b206519..24c50db2a478 100644 --- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi +++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi @@ -27,6 +27,12 @@ &i2c1 { clock-frequency = <400000>; + + pmic@72 { + compatible = "menelaus"; + reg = <0x72>; + interrupts = <7 IRQ_TYPE_EDGE_RISING>; + }; }; &i2c2 { |