mbox series

[00/11] ls1028a device tree updates

Message ID 20211112223457.10599-1-leoyang.li@nxp.com
Headers show
Series ls1028a device tree updates | expand

Message

Leo Li Nov. 12, 2021, 10:34 p.m. UTC
Some accumulated ls1028a dts changes from the SDK.  Also included two
binding updates needed for these dts changes.

Alex Marginean (1):
  arm64: dts: ls1028a-qds: add overlays for various serdes protocols

Biwen Li (4):
  arm64: dts: ls1028a: add ftm_alarm1 node to be used as wakeup source
  arm64: dts: ls1028a: add flextimer based pwm nodes
  arm64: dts: ls1028a-rdb: enable pwm0
  arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus

Li Yang (2):
  dt-bindings: pci: layerscape-pci: define aer/pme interrupts
  arm64: dts: ls1028a-rdb: reorder nodes to be alphabetic

Sahil Malhotra (1):
  arm64: dts: ls1028a-qds: enable optee node

Vabhav Sharma (1):
  arm64: dts: ls1028a-qds: enable lpuart1

Xiaowei Bao (2):
  dt-bindings: pci: layerscape-pci: Add EP mode compatible strings for
    ls1028a
  arm64: dts: ls1028a: Add PCIe EP nodes

 .../bindings/pci/layerscape-pci.txt           |  15 +-
 arch/arm64/boot/dts/freescale/Makefile        |  16 +++
 .../dts/freescale/fsl-ls1028a-qds-13bb.dts    | 113 +++++++++++++++
 .../dts/freescale/fsl-ls1028a-qds-65bb.dts    | 108 +++++++++++++++
 .../dts/freescale/fsl-ls1028a-qds-7777.dts    |  82 +++++++++++
 .../dts/freescale/fsl-ls1028a-qds-85bb.dts    | 107 ++++++++++++++
 .../dts/freescale/fsl-ls1028a-qds-899b.dts    |  75 ++++++++++
 .../dts/freescale/fsl-ls1028a-qds-9999.dts    |  79 +++++++++++
 .../boot/dts/freescale/fsl-ls1028a-qds.dts    |  43 ++++--
 .../boot/dts/freescale/fsl-ls1028a-rdb.dts    | 102 +++++++-------
 .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 130 +++++++++++++++++-
 11 files changed, 809 insertions(+), 61 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-13bb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-65bb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-7777.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-85bb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-899b.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-9999.dts

Comments

Leo Li Nov. 13, 2021, 7:05 a.m. UTC | #1
> -----Original Message-----
> From: Sahil Malhotra <sahil.malhotra@nxp.com>
> Sent: Saturday, November 13, 2021 12:37 AM
> To: Leo Li <leoyang.li@nxp.com>; Bjorn Helgaas <bhelgaas@google.com>;
> Rob Herring <robh+dt@kernel.org>; Shawn Guo <shawnguo@kernel.org>
> Cc: linux-pci@vger.kernel.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Leo Li
> <leoyang.li@nxp.com>
> Subject: RE: [PATCH 11/11] arm64: dts: ls1028a-qds: enable optee node
> 
> Hi Leo,
> 
> We support OP-TEE on LS1028A-RDB only as of now.
> LS1028A-QDS doesn't support OP-TEE.

I thought it was supported as you were adding the o-tee node to the soc dtsi.

We will drop this patch then.

Regards,
Leo
> 
> Regards,
> Sahil Malhotra
> 
> -----Original Message-----
> From: Li Yang <leoyang.li@nxp.com>
> Sent: Saturday, November 13, 2021 4:05 AM
> To: Bjorn Helgaas <bhelgaas@google.com>; Rob Herring
> <robh+dt@kernel.org>; Shawn Guo <shawnguo@kernel.org>
> Cc: linux-pci@vger.kernel.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Sahil
> Malhotra <sahil.malhotra@nxp.com>; Leo Li <leoyang.li@nxp.com>
> Subject: [PATCH 11/11] arm64: dts: ls1028a-qds: enable optee node
> 
> From: Sahil Malhotra <sahil.malhotra@nxp.com>
> 
> Optee node is disabled in SoC dtsi.  We are enabling it on qds board.
> 
> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
> Signed-off-by: Li Yang <leoyang.li@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> index 0e2cc610d138..9c74be22d263 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
> @@ -349,6 +349,10 @@ &mscc_felix_port4 {
>  	status = "okay";
>  };
> 
> +&optee {
> +	status = "okay";
> +};
> +
>  &sai1 {
>  	status = "okay";
>  };
> --
> 2.25.1