2020-07-03 08:24:45

by Richard Zhu

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6qp-sabreauto: enable sata on imx6qp sabreauto board

Enable SATA on iMX6QP SABREAUTO board.

Signed-off-by: Richard Zhu <[email protected]>
---
arch/arm/boot/dts/imx6qp-sabreauto.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qp-sabreauto.dts b/arch/arm/boot/dts/imx6qp-sabreauto.dts
index d4caeeb0af70..639d9dd35377 100644
--- a/arch/arm/boot/dts/imx6qp-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6qp-sabreauto.dts
@@ -50,6 +50,10 @@
status = "disabled";
};

+&sata {
+ status = "okay";
+};
+
&vgen3_reg {
regulator-always-on;
};
--
2.17.1


2020-07-08 17:44:11

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6qp-sabreauto: enable sata on imx6qp sabreauto board

Hi Richard,

In the Subject the board name appears twice, which is redundant.

It could be made simpler like this:

ARM: dts: imx6qp-sabreauto: enable sata


On Fri, Jul 3, 2020 at 5:23 AM Richard Zhu <[email protected]> wrote:
>
> Enable SATA on iMX6QP SABREAUTO board.
>
> Signed-off-by: Richard Zhu <[email protected]>

Reviewed-by: Fabio Estevam <[email protected]>

2020-07-10 06:56:46

by Richard Zhu

[permalink] [raw]
Subject: RE: [EXT] Re: [PATCH] ARM: dts: imx6qp-sabreauto: enable sata on imx6qp sabreauto board

> -----Original Message-----
> From: Fabio Estevam <[email protected]>
> Sent: 2020年7月9日 1:41
> To: Richard Zhu <[email protected]>
> Cc: Shawn Guo <[email protected]>; dl-linux-imx <[email protected]>;
> moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> <[email protected]>; linux-kernel
> <[email protected]>
> Subject: [EXT] Re: [PATCH] ARM: dts: imx6qp-sabreauto: enable sata on
> imx6qp sabreauto board
>
> Caution: EXT Email
>
> Hi Richard,
>
> In the Subject the board name appears twice, which is redundant.
>
> It could be made simpler like this:
>
> ARM: dts: imx6qp-sabreauto: enable sata
>
Hi Fabio:
Thanks for your review. Okay, simple subject would be used later.

Best Regards
Richard Zhu

> On Fri, Jul 3, 2020 at 5:23 AM Richard Zhu <[email protected]> wrote:
> >
> > Enable SATA on iMX6QP SABREAUTO board.
> >
> > Signed-off-by: Richard Zhu <[email protected]>
>
> Reviewed-by: Fabio Estevam <[email protected]>