diff mbox series

[v3,1/5] arm: dts: mt7622: add SATA reset constants

Message ID 20200813082048.19225-2-linux@fw-web.de
State Accepted
Delegated to: Tom Rini
Headers show
Series add SATA/AHCI support for BananaPi R64 | expand

Commit Message

Frank Wunderlich Aug. 13, 2020, 8:20 a.m. UTC
From: Frank Wunderlich <frank-w@public-files.de>

add reset constants used for SATA to header file

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
 include/dt-bindings/reset/mt7629-reset.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Tom Rini Aug. 20, 2020, 12:40 p.m. UTC | #1
On Thu, Aug 13, 2020 at 10:20:44AM +0200, Frank Wunderlich wrote:

> From: Frank Wunderlich <frank-w@public-files.de>
> 
> add reset constants used for SATA to header file
> 
> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>

Applied to u-boot/master, thanks!
Frank Wunderlich Aug. 20, 2020, 1:09 p.m. UTC | #2
Hi tom,

this series (and some more) was superseeded by this one:

https://patchwork.ozlabs.org/project/uboot/cover/20200820105826.6229-1-linux@fw-web.de/

see coverletter of v1 of this series:
https://patchwork.ozlabs.org/project/uboot/cover/20200816082431.5087-1-linux@fw-web.de/

regards Frank


> Gesendet: Donnerstag, 20. August 2020 um 14:40 Uhr
> Von: "Tom Rini" <trini@konsulko.com>
> An: "Frank Wunderlich" <linux@fw-web.de>
> Cc: u-boot@lists.denx.de, "Frank Wunderlich" <frank-w@public-files.de>, "GSS_MTK_Uboot_upstream" <GSS_MTK_Uboot_upstream@mediatek.com>, "Ryder Lee" <ryder.lee@mediatek.com>, "Weijie Gao" <weijie.gao@mediatek.com>, "Lukasz Majewski" <lukma@denx.de>
> Betreff: Re: [PATCH v3 1/5] arm: dts: mt7622: add SATA reset constants
>
> On Thu, Aug 13, 2020 at 10:20:44AM +0200, Frank Wunderlich wrote:
>
> > From: Frank Wunderlich <frank-w@public-files.de>
> >
> > add reset constants used for SATA to header file
> >
> > Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>
> Applied to u-boot/master, thanks!
>
> --
> Tom
>
Tom Rini Aug. 20, 2020, 1:25 p.m. UTC | #3
On Thu, Aug 20, 2020 at 03:09:45PM +0200, Frank Wunderlich wrote:

> Hi tom,
> 
> this series (and some more) was superseeded by this one:
> 
> https://patchwork.ozlabs.org/project/uboot/cover/20200820105826.6229-1-linux@fw-web.de/
> 
> see coverletter of v1 of this series:
> https://patchwork.ozlabs.org/project/uboot/cover/20200816082431.5087-1-linux@fw-web.de/

Sigh, sorry about that.  Please do a v5 of the deltas that aren't in
now, thanks.
Frank Wunderlich Aug. 20, 2020, 1:39 p.m. UTC | #4
> Gesendet: Donnerstag, 20. August 2020 um 15:25 Uhr
> Von: "Tom Rini" <trini@konsulko.com>
> > this series (and some more) was superseeded by this one:
> >
> > https://patchwork.ozlabs.org/project/uboot/cover/20200820105826.6229-1-linux@fw-web.de/
> >
> > see coverletter of v1 of this series:
> > https://patchwork.ozlabs.org/project/uboot/cover/20200816082431.5087-1-linux@fw-web.de/
>
> Sigh, sorry about that.  Please do a v5 of the deltas that aren't in
> now, thanks.

it's on the way...just that you ignore the other standalone parts. have all put into one series to make it easier for you...but forgot to mention it in the old parts :( sorry about that

Regards Frank
diff mbox series

Patch

diff --git a/include/dt-bindings/reset/mt7629-reset.h b/include/dt-bindings/reset/mt7629-reset.h
index 8f1634f7a6..311a5cb3d0 100644
--- a/include/dt-bindings/reset/mt7629-reset.h
+++ b/include/dt-bindings/reset/mt7629-reset.h
@@ -6,7 +6,10 @@ 
 #ifndef _DT_BINDINGS_MTK_RESET_H_
 #define _DT_BINDINGS_MTK_RESET_H_
 
-/* PCIe Subsystem resets */
+/* PCIe/SATA Subsystem resets */
+#define MT7622_SATA_PHY_REG_RST			12
+#define MT7622_SATA_PHY_SW_RST			13
+#define MT7622_SATA_AXI_BUS_RST			15
 #define PCIE1_CORE_RST			19
 #define PCIE1_MMIO_RST			20
 #define PCIE1_HRST			21