OSDN Git Service

Merge branch 'kirkwood/dt' into next/dt2
authorArnd Bergmann <arnd@arndb.de>
Sat, 24 Mar 2012 19:15:55 +0000 (19:15 +0000)
committerArnd Bergmann <arnd@arndb.de>
Sat, 24 Mar 2012 19:16:04 +0000 (19:16 +0000)
This was part of the for-next branch earlier but for some reasons
a rebuild of the tree missed it, so I'm putting it back in now.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
arch/arm/Kconfig
arch/arm/boot/dts/tegra-paz00.dts
arch/arm/mach-imx/Kconfig
arch/arm/mach-mmp/pxa168.c
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile

Simple merge
  
        i2c@7000d000 {
                clock-frequency = <400000>;
+               adt7461@4c {
+                       compatible = "adi,adt7461";
+                       reg = <0x4c>;
+               };
        };
  
 +      i2s@70002a00 {
 +              status = "disable";
 +      };
 +
 +      sound {
 +              compatible = "nvidia,tegra-audio-alc5632-paz00",
 +                      "nvidia,tegra-audio-alc5632";
 +
 +              nvidia,model = "Compal PAZ00";
 +
 +              nvidia,audio-routing =
 +                      "Int Spk", "SPKOUT",
 +                      "Int Spk", "SPKOUTN",
 +                      "Headset Mic", "MICBIAS1",
 +                      "MIC1", "Headset Mic",
 +                      "Headset Stereophone", "HPR",
 +                      "Headset Stereophone", "HPL",
 +                      "DMICDAT", "Digital Mic";
 +
 +              nvidia,audio-codec = <&alc5632>;
 +              nvidia,i2s-controller = <&tegra_i2s1>;
 +              nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
 +      };
 +
        serial@70006000 {
                clock-frequency = <216000000>;
        };
Simple merge
Simple merge
Simple merge
Simple merge