diff options
author | Shreeya Patel <shreeya.patel@collabora.com> | 2024-03-28 01:50:52 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-04-10 08:08:53 +0300 |
commit | ca151fd56b5736a7adbdba5675b9d87d70f20b23 (patch) | |
tree | d3faf180bb7c80ce7033090e308121744a0733f6 /include/dt-bindings/reset | |
parent | 575bc7b477e3f6c505f49c3d99d7be965594d640 (diff) | |
download | linux-ca151fd56b5736a7adbdba5675b9d87d70f20b23.tar.xz |
dt-bindings: reset: Define reset id used for HDMI Receiver
Add reset id used for HDMI Receiver in RK3588 SoCs
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com>
Link: https://lore.kernel.org/r/20240327225057.672304-2-shreeya.patel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r-- | include/dt-bindings/reset/rockchip,rk3588-cru.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/rockchip,rk3588-cru.h b/include/dt-bindings/reset/rockchip,rk3588-cru.h index d4264db2a07f..e2fe4bd5f7f0 100644 --- a/include/dt-bindings/reset/rockchip,rk3588-cru.h +++ b/include/dt-bindings/reset/rockchip,rk3588-cru.h @@ -751,4 +751,6 @@ #define SRST_P_TRNG_CHK 658 #define SRST_TRNG_S 659 +#define SRST_A_HDMIRX_BIU 660 + #endif |