Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84bdd3a4 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'pxa-fix-abi' of...

Merge tag 'pxa-fix-abi' of https://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux

 into next/dt

Pull "pxa2xx DT changes" from Haojian Zhuang:

Since DT aren't fully enabled in pxa2xx, it's fine to merge them in v3.18

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>

* tag 'pxa-fix-abi' of https://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux:
  ARM: pxa: dts: fix ohci controller compatible string
  ARM: pxa: dts: fix mmc controller compatible string
parents ea62edd8 7a08cf77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -113,14 +113,14 @@
		};

		usb0: ohci@4c000000 {
			compatible = "mrvl,pxa-ohci";
			compatible = "marvell,pxa-ohci";
			reg = <0x4c000000 0x10000>;
			interrupts = <3>;
			status = "disabled";
		};

		mmc0: mmc@41100000 {
			compatible = "mrvl,pxa-mmc";
			compatible = "marvell,pxa-mmc";
			reg = <0x41100000 0x1000>;
			interrupts = <23>;
			status = "disabled";