[PATCH v3 1/3] dt-bindings: mmc: synopsys-dw-mshc: No need to enforce setting two clocks

From: ping.gao

Date: Fri Feb 13 2026 - 00:29:46 EST


mmc biu_clk don't have to be set

Signed-off-by: ping.gao <ping.gao@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
index a6292777e376..6617d644f08d 100644
--- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.yaml
@@ -24,7 +24,7 @@ properties:
maxItems: 1

clocks:
- minItems: 2
+ minItems: 1
maxItems: 2
description:
Handle to "biu" and "ciu" clocks for the
--
2.50.1