Skip to content

Commit

Permalink
ARM: pxa: dts: fix ohci controller compatible string
Browse files Browse the repository at this point in the history
The vendor prefix was renamed from "mrvl" to "marvell". Follow this
change in the dts file.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
  • Loading branch information
Daniel Mack authored and Haojian Zhuang committed Sep 18, 2014
1 parent 2bf172c commit 7a08cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/pxa2xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
};

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

0 comments on commit 7a08cf7

Please sign in to comment.