projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e0d1c
)
ARM: dts: imx6sx: Fix usbmisc compatible string
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 23 Jun 2014 14:21:04 +0000
(11:21 -0300)
committer
Shawn Guo
<shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:39 +0000
(16:49 +0800)
Fix usbmisc compatible string so that usbmisc node can be found and USB
functionality can be functional.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sx.dtsi
b/arch/arm/boot/dts/imx6sx.dtsi
index
7b41194
..
a7d74e7
100644
(file)
--- a/
arch/arm/boot/dts/imx6sx.dtsi
+++ b/
arch/arm/boot/dts/imx6sx.dtsi
@@
-754,7
+754,7
@@
usbmisc: usbmisc@02184800 {
#index-cells = <1>;
- compatible = "fsl,imx6sx-usbmisc";
+ compatible = "fsl,imx6sx-usbmisc"
, "fsl,imx6q-usbmisc"
;
reg = <0x02184800 0x200>;
clocks = <&clks IMX6SX_CLK_USBOH3>;
};