diff options
author | Tony Lindgren <tony@atomide.com> | 2014-03-02 17:22:03 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-02 17:22:03 -0500 |
commit | f777ba1780584b100ab9664cc06d04f3bb273a84 (patch) | |
tree | 865813eb0078530ca3b036c0c3eee6ce33f9315f /arch/arm/boot/dts/omap4.dtsi | |
parent | f68e355c86cff91e5266cf937ea24fcba0641900 (diff) | |
parent | 1a5fe3ca5ea192d4309dd61f3626b79ff38693c2 (diff) |
Merge tag 'for_3.15/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.15/dt
Add craneboard devices
Add more N900 devices
Add am43x-epos-evm and am437x-gp-evm devices
Add OMAP4 DMM devices
Conflicts:
arch/arm/boot/dts/am43x-epos-evm.dts
arch/arm/boot/dts/dra7.dtsi
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 890223780620..afa23bcf6f44 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -566,6 +566,13 @@ | |||
566 | ti,hwmods = "kbd"; | 566 | ti,hwmods = "kbd"; |
567 | }; | 567 | }; |
568 | 568 | ||
569 | dmm@4e000000 { | ||
570 | compatible = "ti,omap4-dmm"; | ||
571 | reg = <0x4e000000 0x800>; | ||
572 | interrupts = <0 113 0x4>; | ||
573 | ti,hwmods = "dmm"; | ||
574 | }; | ||
575 | |||
569 | emif1: emif@4c000000 { | 576 | emif1: emif@4c000000 { |
570 | compatible = "ti,emif-4d"; | 577 | compatible = "ti,emif-4d"; |
571 | reg = <0x4c000000 0x100>; | 578 | reg = <0x4c000000 0x100>; |