Re: [PATCH v2 4/6] bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76x

From: Rob Herring
Date: Thu May 31 2018 - 00:08:39 EST


On Wed, May 30, 2018 at 07:41:31PM +0530, Faiz Abbas wrote:
> The dra76x MCAN generic interconnect module has a its own
> format for the bits in the control registers.
>
> Therefore add a new module type, new regbits and new capabilities
> specific to the MCAN module.
>
> CC: Tony Lindgren <tony@xxxxxxxxxxx>
> Signed-off-by: Faiz Abbas <faiz_abbas@xxxxxx>
> ---
> .../devicetree/bindings/bus/ti-sysc.txt | 1 +
> drivers/bus/ti-sysc.c | 17 +++++++++++++++++
> include/dt-bindings/bus/ti-sysc.h | 2 ++
> include/linux/platform_data/ti-sysc.h | 1 +
> 4 files changed, 21 insertions(+)

For the DT bits:

Acked-by: Rob Herring <robh@xxxxxxxxxx>