summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-07-18 08:45:06 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:37:51 (GMT)
commita804ddbdfa36b31088a57b128bb82ced44ed8cfd (patch)
tree82337730faf71194654d907683e7709c0e0d1059 /arch/arm/boot
parent3579676a1a33380e958fd06e5089bc9397759fe0 (diff)
downloadlinux-fsl-qoriq-a804ddbdfa36b31088a57b128bb82ced44ed8cfd.tar.xz
dtsi: ls1021a: Add 40-bit dt node support for DCU.
Signed-off-by: Alison Wang <b18965@freescale.com> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> --- The first DRM version will be send out to the community before 30 November 2014. Change-Id: I6a20f9f5c1b8b8c596e635b25aa37055e23f82a7 Reviewed-on: http://git.am.freescale.net:8181/19648 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Huan Wang <alison.wang@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/ls1021a.dtsi7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index 3f2ab89..f1e4ae6 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -518,11 +518,12 @@
};
dcu0: dcu@2ce0000 {
- compatible = "fsl,vf610-dcu";
- reg = <0x0 0x2ce000 0x0 0x10000>;
+ compatible = "fsl,ls1021a-dcu";
+ reg = <0x0 0x2ce0000 0x0 0x10000>;
interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&platform_clk 1>;
+ clocks = <&platform_clk 0>;
clock-names = "dcu";
+ scfg-controller = <&scfg>;
big-endian;
status = "disabled";
};