Re: [PATCH] ARM: dts: imx6: add missing compatible and clock properties for kpp
Alexander Shiyan
shc_work at mail.ru
Fri Jun 6 04:12:48 PDT 2014
Fri, 6 Jun 2014 13:02:59 +0200 от Lothar Waßmann <LW at KARO-electronics.de>:
>
> Signed-off-by: Lothar Waßmann <LW at KARO-electronics.de>
> ---
> 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 at 020b8000 {
> + compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
> reg = <0x020b8000 0x4000>;
> interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clks 62>; /* IPG clock */
Comment is excess. I hope Shawn can strip it while applying.
---
More information about the linux-arm-kernel
mailing list