From: Sascha Hauer Date: Tue, 25 Jun 2013 13:51:46 +0000 (+0200) Subject: ARM: dts: i.MX6qdl: Add compatible and clock to flexcan nodes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0f225212ccd9783c0d2317a29b2fc9d20be1ca5b;p=linux-beck.git ARM: dts: i.MX6qdl: Add compatible and clock to flexcan nodes Signed-off-by: Sascha Hauer Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index f21d259080fd..9efaa56a68d6 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -278,13 +278,19 @@ }; can1: flexcan@02090000 { + compatible = "fsl,imx6q-flexcan"; reg = <0x02090000 0x4000>; interrupts = <0 110 0x04>; + clocks = <&clks 108>, <&clks 109>; + clock-names = "ipg", "per"; }; can2: flexcan@02094000 { + compatible = "fsl,imx6q-flexcan"; reg = <0x02094000 0x4000>; interrupts = <0 111 0x04>; + clocks = <&clks 110>, <&clks 111>; + clock-names = "ipg", "per"; }; gpt: gpt@02098000 {