Re: [PATCH v3 1/3] can: c_can: Add device tree support to Bosch C_CAN/D_CAN controller
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-08-02 11:33:59
Also in:
linux-can
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-08-02 11:33:59
Also in:
linux-can
On Thursday 02 August 2012 16:32:17 AnilKumar Ch wrote:
+- interrupt-parent : The parent interrupt controller + +Optional properties: +- ti,hwmods : Must be "d_can<n>" or "c_can<n>", n being the + instance number
interrupt-parent should be optional, not mandatory. It's usually implied by the parent's interrupt-parent. Arnd