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-Tag: v3.12-rc1~115^2~5^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f225212ccd9783c0d2317a29b2fc9d20be1ca5b;p=platform%2Fkernel%2Flinux-stable.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 f21d259..9efaa56 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 {