From: Xiubo Li <Li.Xiubo@freescale.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: ls1021a: dtsi: Add dt node support for dcfb.
Date: Mon, 24 Nov 2014 10:20:53 +0000 [thread overview]
Message-ID: <1416824454-28156-4-git-send-email-Li.Xiubo@freescale.com> (raw)
In-Reply-To: <1416824454-28156-1-git-send-email-Li.Xiubo@freescale.com>
On LS1021A SoC, the dcfb device is in BE mode.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
---
arch/arm/boot/dts/ls1021a.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index c70bb27..740a04e 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -383,6 +383,16 @@
<&platform_clk 1>;
};
+ dcfb: dcfb@2ce0000 {
+ compatible = "fsl,ls1021a-dcfb";
+ reg = <0x0 0x2ce0000 0x0 0x10000>;
+ clocks = <&platform_clk 0>;
+ clock-names = "dcfb";
+ scfg-controller = <&scfg>;
+ big-endian;
+ status = "disabled";
+ };
+
mdio0: mdio@2d24000 {
compatible = "gianfar";
device_type = "mdio";
--
2.1.0.27.g96db324
next prev parent reply other threads:[~2014-11-24 10:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-24 10:20 [PATCH 0/4] LS1021A: Add dcfb framebuffer driver support Xiubo Li
2014-11-24 10:20 ` [PATCH 1/4] video: fsl-dcfb: Add dcfb framebuffer driver for LS1021A platform Xiubo Li
2014-12-01 13:29 ` Alexander Stein
2014-12-02 7:55 ` Li.Xiubo
2014-11-24 10:20 ` [PATCH 2/4] video: fsl-dcfb: Add devicetree binding support Xiubo Li
2014-11-24 10:20 ` Xiubo Li [this message]
2014-11-24 10:20 ` [PATCH 4/4] ARM: ls1021a: dts: Add and enable dt node for dcfb Xiubo Li
2014-12-01 2:38 ` [PATCH 0/4] LS1021A: Add dcfb framebuffer driver support Li.Xiubo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416824454-28156-4-git-send-email-Li.Xiubo@freescale.com \
--to=li.xiubo@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).