projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b5397
)
ARM: imx: imx6sl iomuxc syscon is compatible to imx6q
author
Shawn Guo
<shawn.guo@linaro.org>
Fri, 18 Oct 2013 15:27:37 +0000
(23:27 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Fri, 18 Oct 2013 15:27:37 +0000
(23:27 +0800)
The imx6sl iomuxc syscon is compatible to imx6q, so let's add
compatible string 'fsl,imx6q-iomuxc-gpr' for imx6sl iomuxc syscon node.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6sl.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6sl.dtsi
b/arch/arm/boot/dts/imx6sl.dtsi
index 0a2d614bc206ac7ad2dd50fac00c31cf9d5c9a2e..6eabfa12e8c5aa12b8ea97f359757a0ded3dee7b 100644
(file)
--- a/
arch/arm/boot/dts/imx6sl.dtsi
+++ b/
arch/arm/boot/dts/imx6sl.dtsi
@@
-533,7
+533,8
@@
};
gpr: iomuxc-gpr@020e0000 {
- compatible = "fsl,imx6sl-iomuxc-gpr", "syscon";
+ compatible = "fsl,imx6sl-iomuxc-gpr",
+ "fsl,imx6q-iomuxc-gpr", "syscon";
reg = <0x020e0000 0x38>;
};