Add a constant for reset3 SB2, based on downstream crt_sys_reg.h.
Signed-off-by: Andreas Färber <[email protected]>
---
include/dt-bindings/reset/realtek,rtd1295.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/dt-bindings/reset/realtek,rtd1295.h b/include/dt-bindings/reset/realtek,rtd1295.h
index 2c0cb6afe816..dd89e4c80264 100644
--- a/include/dt-bindings/reset/realtek,rtd1295.h
+++ b/include/dt-bindings/reset/realtek,rtd1295.h
@@ -75,6 +75,9 @@
#define RTD1295_RSTN_CBUS_TX 30
#define RTD1295_RSTN_SDS_PHY 31
+/* soft reset 3 */
+#define RTD1295_RSTN_SB2 0
+
/* soft reset 4 */
#define RTD1295_RSTN_DCPHY_CRT 0
#define RTD1295_RSTN_DCPHY_ALERT_RX 1
--
2.16.4
On Mon, 2 Dec 2019 19:22:04 +0100, =?UTF-8?q?Andreas=20F=C3=A4rber?= wrote:
> Add a constant for reset3 SB2, based on downstream crt_sys_reg.h.
>
> Signed-off-by: Andreas F?rber <[email protected]>
> ---
> include/dt-bindings/reset/realtek,rtd1295.h | 3 +++
> 1 file changed, 3 insertions(+)
>
Acked-by: Rob Herring <[email protected]>
> Add a constant for reset3 SB2, based on downstream crt_sys_reg.h.
>
> Signed-off-by: Andreas Färber <[email protected]>
> ---
> include/dt-bindings/reset/realtek,rtd1295.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/dt-bindings/reset/realtek,rtd1295.h
> b/include/dt-bindings/reset/realtek,rtd1295.h
> index 2c0cb6afe816..dd89e4c80264 100644
> --- a/include/dt-bindings/reset/realtek,rtd1295.h
> +++ b/include/dt-bindings/reset/realtek,rtd1295.h
> @@ -75,6 +75,9 @@
> #define RTD1295_RSTN_CBUS_TX 30
> #define RTD1295_RSTN_SDS_PHY 31
>
> +/* soft reset 3 */
> +#define RTD1295_RSTN_SB2 0
> +
> /* soft reset 4 */
> #define RTD1295_RSTN_DCPHY_CRT 0
> #define RTD1295_RSTN_DCPHY_ALERT_RX 1
> --
> 2.16.4
>
Acked-by: James Tai <[email protected]>