mbox series

[v4,0/2] Add device tree support for LX2162AQDS board

Message ID 1604296781-28295-1-git-send-email-meenakshi.aggarwal@nxp.com (mailing list archive)
Headers show
Series Add device tree support for LX2162AQDS board | expand

Message

Meenakshi Aggarwal Nov. 2, 2020, 5:59 a.m. UTC
From: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>

LX2162A has same die as of LX2160A with different packaging.

Changes:

        v2:
        - divided patch into two, binding and dts support

	v3:
	- incorporated review comments on voltage regulator node

	v4:
	- fixed check-patch warning.

Meenakshi Aggarwal (2):
  dt-bindings: arm64: add compatible for LX2162A QDS Board
  arm64: dts: lx2160a: add device tree for lx2162aqds board

 Documentation/devicetree/bindings/arm/fsl.yaml    |   1 +
 arch/arm64/boot/dts/freescale/Makefile            |   1 +
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts | 334 ++++++++++++++++++++++
 3 files changed, 336 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts

Comments

Shawn Guo Nov. 2, 2020, 11:25 p.m. UTC | #1
On Mon, Nov 02, 2020 at 11:29:39AM +0530, meenakshi.aggarwal@nxp.com wrote:
> From: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
> 
> LX2162A has same die as of LX2160A with different packaging.
> 
> Changes:
> 
>         v2:
>         - divided patch into two, binding and dts support
> 
> 	v3:
> 	- incorporated review comments on voltage regulator node
> 
> 	v4:
> 	- fixed check-patch warning.
> 
> Meenakshi Aggarwal (2):
>   dt-bindings: arm64: add compatible for LX2162A QDS Board
>   arm64: dts: lx2160a: add device tree for lx2162aqds board

Applied both, thanks.