diff mbox series

[06/11] arm64: dts: lx2160a-qds: enable sata nodes

Message ID 20211110222200.6780-7-leoyang.li@nxp.com (mailing list archive)
State New, archived
Headers show
Series lx216x DTS updates | expand

Commit Message

Leo Li Nov. 10, 2021, 10:21 p.m. UTC
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>
---
 .../arm64/boot/dts/freescale/fsl-lx2160a-qds.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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
diff mbox series

Patch

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";
+};