* [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp
@ 2014-06-06 11:02 Lothar Waßmann
2014-06-09 2:15 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Lothar Waßmann @ 2014-06-06 11:02 UTC (permalink / raw)
To: Ian Campbell, Kumar Gala, Mark Rutland, Pawel Moll, Rob Herring,
Russell King, Sascha Hauer, Shawn Guo,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: Lothar Waßmann
Signed-off-by: Lothar Waßmann <LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org>
---
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 ce05991..3266d01 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -466,8 +466,10 @@
};
kpp: kpp@020b8000 {
+ compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
reg = <0x020b8000 0x4000>;
interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks 62>; /* IPG clock */
};
wdog1: wdog@020bc000 {
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp
2014-06-06 11:02 [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp Lothar Waßmann
@ 2014-06-09 2:15 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-06-09 2:15 UTC (permalink / raw)
To: Lothar Waßmann
Cc: Ian Campbell, Kumar Gala, Mark Rutland, Pawel Moll, Rob Herring,
Russell King, Sascha Hauer, devicetree, linux-arm-kernel,
linux-kernel
On Fri, Jun 06, 2014 at 01:02:59PM +0200, Lothar Waßmann wrote:
>
> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
> ---
> arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks.
Shawn
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index ce05991..3266d01 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -466,8 +466,10 @@
> };
>
> kpp: kpp@020b8000 {
> + compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
> reg = <0x020b8000 0x4000>;
> interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clks 62>; /* IPG clock */
> };
>
> wdog1: wdog@020bc000 {
> --
> 1.7.10.4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-09 2:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 11:02 [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp Lothar Waßmann
2014-06-09 2:15 ` 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).