RE: [PATCH v3 1/3] can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller
From: AnilKumar, Chimata <hidden>
Date: 2012-08-02 12:01:37
Also in:
linux-devicetree
From: AnilKumar, Chimata <hidden>
Date: 2012-08-02 12:01:37
Also in:
linux-devicetree
Hi Arnd, Thanks for the review On Thu, Aug 02, 2012 at 17:03:59, Arnd Bergmann wrote:
On Thursday 02 August 2012 16:32:17 AnilKumar Ch wrote:quoted
+- interrupt-parent : The parent interrupt controller + +Optional properties: +- ti,hwmods : Must be "d_can<n>" or "c_can<n>", n being the + instance numberinterrupt-parent should be optional, not mandatory. It's usually implied by the parent's interrupt-parent.
In case of AM33XX specific we need to connect interrupt to interrupt controller so I added to mandatory list. Yes I agree with you, in generic case this should be optional I will change. Thanks AnilKumar