[PATCH 05/12] dt-bindings: soc: rockchip: grf: Add RV1106 compatibles
Simon Glass
sjg at chromium.org
Mon Jul 6 12:58:01 PDT 2026
Add the compatibles for the general register files of the Rockchip
RV1106: the main GRF with its clock-controller child, which provides
the MMC drive and sample phase clocks, and the IOC and PMU IOC blocks
used by the pin controller.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.../devicetree/bindings/soc/rockchip/grf.yaml | 30 +++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index 2cc43742b8e3..349fd3393ac4 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -64,6 +64,8 @@ properties:
- rockchip,rk3588-vo1-grf
- rockchip,rk3588-vop-grf
- rockchip,rv1103b-ioc
+ - rockchip,rv1106-ioc
+ - rockchip,rv1106-pmuioc
- rockchip,rv1108-usbgrf
- const: syscon
- items:
@@ -100,6 +102,7 @@ properties:
- rockchip,rk3576-usb2phy-grf
- rockchip,rk3588-usb2phy-grf
- rockchip,rv1103b-pmu-grf
+ - rockchip,rv1106-grf
- rockchip,rv1108-grf
- rockchip,rv1108-pmugrf
- rockchip,rv1126-grf
@@ -244,6 +247,33 @@ allOf:
unevaluatedProperties: false
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: rockchip,rv1106-grf
+
+ then:
+ properties:
+ clock-controller:
+ type: object
+ additionalProperties: false
+
+ properties:
+ compatible:
+ const: rockchip,rv1106-grf-cru
+
+ "#clock-cells":
+ const: 1
+
+ required:
+ - compatible
+ - "#clock-cells"
+
+ description:
+ Clock provider for the MMC drive and sample phase clocks,
+ whose control registers live in the GRF region.
+
- if:
properties:
compatible:
--
2.43.0
More information about the linux-arm-kernel
mailing list