build/patch/kernel/archive/sunxi-6.4/patches.megous/dt-bindings-phy-rockchip-rk3588-has-two-reset-lines.patch

38 lines
1.2 KiB
Diff
Raw Normal View History

From d0fef821955db7c66ef82a3e4d1abe78512c51c1 Mon Sep 17 00:00:00 2001
From: Sebastian Reichel <sebastian.reichel@collabora.com>
Date: Thu, 6 Apr 2023 19:09:53 +0200
Subject: [PATCH 425/469] dt-bindings: phy: rockchip: rk3588 has two reset
lines
The RK3588 has two reset lines for the combphy. One for the
APB interface and one for the actual PHY.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
.../bindings/phy/phy-rockchip-naneng-combphy.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
index 9ae514fa7533..82550a5c2ed5 100644
--- a/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
@@ -31,8 +31,14 @@ properties:
- const: pipe
resets:
+ minItems: 1
+ maxItems: 2
+
+ reset-names:
+ minItems: 1
items:
- - description: exclusive PHY reset line
+ - const: phy
+ - const: apb
rockchip,enable-ssc:
type: boolean
--
2.34.1