mbox series

[00/11] lx216x DTS updates

Message ID 20211110222200.6780-1-leoyang.li@nxp.com
Headers show
Series lx216x DTS updates | expand

Message

Leo Li Nov. 10, 2021, 10:21 p.m. UTC
Some accumulated updates for lx2160/lx2162 SoC and boards with two
missing binding updates being used already.

Ioana Radulescu (1):
  arm64: dts: lx2160a-rdb: Add Inphi PHY node

Li Yang (3):
  dt-bindings: qoriq-clock: add missing compatible for lx2160a
  dt-bindings: fsl,layerscape-dcfg: add missing compatible for lx2160a
  arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon

Pankaj Bansal (1):
  arm64: dts: lx2160aqds: Add mdio mux nodes

Pankaj Gupta (1):
  arm64: dts: lx2160a: add optee-tz node

Peng Ma (1):
  arm64: dts: lx2160a-qds: enable sata nodes

Ran Wang (1):
  arm64: dts: lx2160a: enable usb3-lpm-capable for usb3 nodes

Xiaowei Bao (1):
  arm64: dts: lx2160a: add pcie EP mode nodes

Yangbo Lu (1):
  arm64: dts: lx2162aqds: support SD UHS-I and eMMC HS400 modes

Zhang Ying-22455 (1):
  arm64: dts: lx2160a: fix scl-gpios property name

 .../arm/freescale/fsl,layerscape-dcfg.txt     |   2 +-
 .../devicetree/bindings/clock/qoriq-clock.txt |   1 +
 .../boot/dts/freescale/fsl-lx2160a-qds.dts    | 165 +++++++++++++++++
 .../boot/dts/freescale/fsl-lx2160a-rdb.dts    |  21 +++
 .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 170 ++++++++++++------
 .../boot/dts/freescale/fsl-lx2162a-qds.dts    |   7 +
 6 files changed, 315 insertions(+), 51 deletions(-)

Comments

Leo Li Nov. 10, 2021, 11:48 p.m. UTC | #1
> -----Original Message-----
> From: Li Yang <leoyang.li@nxp.com>
> Sent: Wednesday, November 10, 2021 4:22 PM
> To: Shawn Guo <shawnguo@kernel.org>; Rob Herring
> <robh+dt@kernel.org>; Michael Turquette <mturquette@baylibre.com>;
> Stephen Boyd <sboyd@kernel.org>
> Cc: devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; Peng Ma <peng.ma@nxp.com>; Leo Li
> <leoyang.li@nxp.com>
> Subject: [PATCH 06/11] arm64: dts: lx2160a-qds: enable sata nodes
> 
> From: Peng Ma <peng.ma@nxp.com>
> 
> Enables sata support on lx2160a-qds.
> 
> Signed-off-by: Peng Ma <peng.ma@nxp.com>
> Signed-off-by: Li Yang <leoyang.li@nxp.com>

Please skip this patch.  Looks like an updated one has been merged.

> ---
>  .../arm64/boot/dts/freescale/fsl-lx2160a-qds.dts | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> index 8354af0b31e3..480520152e1a 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
> @@ -191,3 +191,19 @@ &usb0 {
>  &usb1 {
>  	status = "okay";
>  };
> +
> +&sata0 {
> +	status = "okay";
> +};
> +
> +&sata1 {
> +	status = "okay";
> +};
> +
> +&sata2 {
> +	status = "okay";
> +};
> +
> +&sata3 {
> +	status = "okay";
> +};
> --
> 2.25.1