mbox series

[v2,0/3] Enable flexcan support in LS1028A/LX2160A

Message ID 1611226659-30129-1-git-send-email-kuldeep.singh@nxp.com (mailing list archive)
Headers show
Series Enable flexcan support in LS1028A/LX2160A | expand

Message

Kuldeep Singh Jan. 21, 2021, 10:57 a.m. UTC
This patch set adds device-tree support for LX2160A-RDB/QDS.

Also, update flexcan entry for LS1028A and enable support further for 
LS1028A-RDB/QDS.

Patch1: Add dtsi and dts properties for LX2160A
Patch2: Update dtsi properties for LS1028A
Patch3: Add dts properties for LS1028A.

Changes since v1:
-Use clockgen constants instead of numeric numbers

Kuldeep Singh (3):
  arm64: dts: lx2160a: Add flexcan support
  arm64: dtsi: ls1028a: Update flexcan properties
  arm64: dts: ls1028a: Enable flexcan support for LS1028A-RDB/QDS

 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts |  8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 16 +++++++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi    | 16 +++++++++------
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts |  8 ++++++++
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 16 +++++++++++++++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi    | 24 +++++++++++++++++++++++
 6 files changed, 82 insertions(+), 6 deletions(-)

Comments

Shawn Guo Jan. 30, 2021, 1:24 p.m. UTC | #1
On Thu, Jan 21, 2021 at 04:27:36PM +0530, Kuldeep Singh wrote:
> This patch set adds device-tree support for LX2160A-RDB/QDS.
> 
> Also, update flexcan entry for LS1028A and enable support further for 
> LS1028A-RDB/QDS.
> 
> Patch1: Add dtsi and dts properties for LX2160A
> Patch2: Update dtsi properties for LS1028A
> Patch3: Add dts properties for LS1028A.
> 
> Changes since v1:
> -Use clockgen constants instead of numeric numbers
> 
> Kuldeep Singh (3):
>   arm64: dts: lx2160a: Add flexcan support
>   arm64: dtsi: ls1028a: Update flexcan properties
>   arm64: dts: ls1028a: Enable flexcan support for LS1028A-RDB/QDS

Applied all, thanks.