mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
7108f5bd9f
Backport upstreamed clk/mfd/phy/usb updates for rk3588. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16149 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
25 lines
843 B
Diff
25 lines
843 B
Diff
From ca151fd56b5736a7adbdba5675b9d87d70f20b23 Mon Sep 17 00:00:00 2001
|
|
From: Shreeya Patel <shreeya.patel@collabora.com>
|
|
Date: Thu, 28 Mar 2024 04:20:52 +0530
|
|
Subject: [PATCH] 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>
|
|
---
|
|
include/dt-bindings/reset/rockchip,rk3588-cru.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- 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
|