]> git.ipfire.org Git - thirdparty/openwrt.git/blob
0b9082f9b65ed8029a1a54b580a38ad9df8e5220
[thirdparty/openwrt.git] /
1 From ca151fd56b5736a7adbdba5675b9d87d70f20b23 Mon Sep 17 00:00:00 2001
2 From: Shreeya Patel <shreeya.patel@collabora.com>
3 Date: Thu, 28 Mar 2024 04:20:52 +0530
4 Subject: [PATCH] dt-bindings: reset: Define reset id used for HDMI Receiver
5
6 Add reset id used for HDMI Receiver in RK3588 SoCs
7
8 Acked-by: Rob Herring <robh@kernel.org>
9 Signed-off-by: Shreeya Patel <shreeya.patel@collabora.com>
10 Link: https://lore.kernel.org/r/20240327225057.672304-2-shreeya.patel@collabora.com
11 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
12 ---
13 include/dt-bindings/reset/rockchip,rk3588-cru.h | 2 ++
14 1 file changed, 2 insertions(+)
15
16 --- a/include/dt-bindings/reset/rockchip,rk3588-cru.h
17 +++ b/include/dt-bindings/reset/rockchip,rk3588-cru.h
18 @@ -751,4 +751,6 @@
19 #define SRST_P_TRNG_CHK 658
20 #define SRST_TRNG_S 659
21
22 +#define SRST_A_HDMIRX_BIU 660
23 +
24 #endif