From: Arnd Bergmann Date: Thu, 20 Jun 2013 13:40:16 +0000 (+0200) Subject: Merge tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw... X-Git-Tag: pm+acpi-3.11-rc1-more~53^2~7 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=15f4b11b0fa91cf81738215483b2bb2c0b911285;p=uclinux-h8%2Flinux.git Merge tag 'nomadik-dt-2' of git://git./linux/kernel/git/linusw/linux-nomadik into next/dt 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 --- 15f4b11b0fa91cf81738215483b2bb2c0b911285 diff --cc arch/arm/boot/dts/ste-nomadik-s8815.dts index f4dfda7db366,fd573d2ac4d0..16c3888b7b15 --- a/arch/arm/boot/dts/ste-nomadik-s8815.dts +++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts @@@ -14,14 -14,12 +14,20 @@@ 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";