Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…l/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: Arnd 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
  • Loading branch information
Arnd Bergmann committed Sep 25, 2014
2 parents ea62edd + 7a08cf7 commit 84bdd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/pxa2xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 84bdd3a

Please sign in to comment.