Re: [PATCH v2 1/6] dt-bindings: clock: rockchip: Add RV1106 CRU support
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 14 Jul 2026 13:36:38 -0600, Simon Glass wrote: > Add the clock binding header and schema for the Rockchip RV1106 clock > and reset unit. The clock IDs are numbered continuously from 0, in the > same way as the RV1103B. The header also covers the MMC drive and > sample phase clocks, which the CRU provides using control registers in > the GRF region. > > The RV1103 is a package variant of the RV1106 and uses the same CRU. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v2: > - Renumber the clock IDs to be continuous, starting from 0 > - Provide the MMC phase clocks from the CRU rather than a grf-cru > - Mention the MMC phase clocks in the rockchip,grf description > > .../bindings/clock/rockchip,rv1106-cru.yaml | 60 ++++ > .../dt-bindings/clock/rockchip,rv1106-cru.h | 300 ++++++++++++++++++ > 2 files changed, 360 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rv1106-cru.yaml > create mode 100644 include/dt-bindings/clock/rockchip,rv1106-cru.h > Reviewed-by: Rob Herring (Arm) <[email protected]>