Merge tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2013 13:40:16 +0000 (15:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2013 14:13:10 +0000 (16:13 +0200)
From Linus Walleij:

Nomadik DT and clock work:
- Lee Jones' pinctrl compat ontology patches
- A real clock driver for the Nomadik, 100% DT-based
- Device tree changes for the Nomadik clocks

* tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
  ARM: nomadik: add the new clocks to the device tree
  clk: nomadik: implement the Nomadik clocks properly
  pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik based platforms
  ARM: nomadik: Standardise Nomadik STN8815 based Pinctrl compat string in the DTS

Conflicts:
arch/arm/boot/dts/ste-nomadik-s8815.dts

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
arch/arm/boot/dts/ste-nomadik-s8815.dts
drivers/pinctrl/pinctrl-nomadik.c

index f4dfda7db3669735618e8ac61eb09d7c9861f931,fd573d2ac4d0fe91191880ea83a18f368c46b470..16c3888b7b15005579ecef4fcdb0cb9d4678be70
                bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk";
        };
  
 +      /* This is where the interrupt is routed on the S8815 board */
 +      external-bus@34000000 {
 +              ethernet@300 {
 +                      interrupt-parent = <&gpio3>;
 +                      interrupts = <8 0x1>;
 +              };
 +      };
 +
+       src@101e0000 {
+               /* These chrystal drivers are not used on this board */
+               disable-sxtalo;
+               disable-mxtalo;
+       };
        pinctrl {
                /* Hog CD pins */
                pinctrl-names = "default";
Simple merge