projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1394122
)
ARM: dts: imx53: fix apparent copy/paste error
author
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 10 Apr 2014 08:03:40 +0000
(10:03 +0200)
committer
Shawn Guo
<shawn.guo@freescale.com>
Mon, 14 Apr 2014 02:22:38 +0000
(10:22 +0800)
The 'remote-endpoint' property should point back to ipu_di1_lvds1
rather than ipu_di0_lvds0.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx53.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx53.dtsi
b/arch/arm/boot/dts/imx53.dtsi
index b57ab57740f686a96200b9a51c63c7d982d82644..a99b64bfb046859352136661275f6770fd918c28 100644
(file)
--- a/
arch/arm/boot/dts/imx53.dtsi
+++ b/
arch/arm/boot/dts/imx53.dtsi
@@
-430,7
+430,7
@@
port {
lvds1_in: endpoint {
- remote-endpoint = <&ipu_di
0_lvds0
>;
+ remote-endpoint = <&ipu_di
1_lvds1
>;
};
};
};