* [PATCH] ARM: dts: imx6qdl: Add VDOA compatible and clocks properties
@ 2014-04-14 18:18 Philipp Zabel
2014-04-16 6:16 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2014-04-14 18:18 UTC (permalink / raw)
To: linux-arm-kernel
This adds a compatible property and the correct clock for the
i.MX6Q Video Data Order Adapter.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
---
arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index c05a501..8aea954 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -976,8 +976,10 @@
};
vdoa at 021e4000 {
+ compatible = "fsl,imx6q-vdoa";
reg = <0x021e4000 0x4000>;
interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks 202>;
};
uart2: serial at 021e8000 {
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] ARM: dts: imx6qdl: Add VDOA compatible and clocks properties
2014-04-14 18:18 [PATCH] ARM: dts: imx6qdl: Add VDOA compatible and clocks properties Philipp Zabel
@ 2014-04-16 6:16 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-04-16 6:16 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Apr 14, 2014 at 08:18:45PM +0200, Philipp Zabel wrote:
> This adds a compatible property and the correct clock for the
> i.MX6Q Video Data Order Adapter.
>
> Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index c05a501..8aea954 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -976,8 +976,10 @@
> };
>
> vdoa at 021e4000 {
> + compatible = "fsl,imx6q-vdoa";
I would like to see this to be documented in
Documentation/devicetree/bindings/ first.
Shawn
> reg = <0x021e4000 0x4000>;
> interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clks 202>;
> };
>
> uart2: serial at 021e8000 {
> --
> 1.9.1
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-16 6:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 18:18 [PATCH] ARM: dts: imx6qdl: Add VDOA compatible and clocks properties Philipp Zabel
2014-04-16 6:16 ` Shawn Guo
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).