38 lines
1.4 KiB
Diff
38 lines
1.4 KiB
Diff
|
From 5f5120df3229df800123ff22feaf3f9577227832 Mon Sep 17 00:00:00 2001
|
||
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
||
|
Date: Fri, 31 Mar 2023 16:21:02 +0200
|
||
|
Subject: [PATCH 412/469] dt-bindings: soc: rockchip: add rk3588 usb2phy syscon
|
||
|
|
||
|
The usb2phy is accessible via a syscon registers on RK3588, similar
|
||
|
to rk3399.
|
||
|
|
||
|
Acked-by: Rob Herring <robh@kernel.org>
|
||
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
||
|
---
|
||
|
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
|
||
|
index 65a2d5a4f28d..e8fca419cc8e 100644
|
||
|
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
|
||
|
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
|
||
|
@@ -52,6 +52,7 @@ properties:
|
||
|
- rockchip,rk3399-pmugrf
|
||
|
- rockchip,rk3568-grf
|
||
|
- rockchip,rk3568-pmugrf
|
||
|
+ - rockchip,rk3588-usb2phy-grf
|
||
|
- rockchip,rv1108-grf
|
||
|
- rockchip,rv1108-pmugrf
|
||
|
- rockchip,rv1126-grf
|
||
|
@@ -199,6 +200,7 @@ allOf:
|
||
|
- rockchip,rk3308-usb2phy-grf
|
||
|
- rockchip,rk3328-usb2phy-grf
|
||
|
- rockchip,rk3399-grf
|
||
|
+ - rockchip,rk3588-usb2phy-grf
|
||
|
- rockchip,rv1108-grf
|
||
|
|
||
|
then:
|
||
|
--
|
||
|
2.34.1
|
||
|
|