Rob Herring (Arm) <r...@kernel.org> 于2025年8月4日周一 00:54写道: > > > On Thu, 31 Jul 2025 17:51:15 +0200, Otto Pflüger wrote: > > Introduce new clock names that actually describe what the clock input is > > used for instead of referring to a specific clock source. > > > > The new clock input names are based on information from clock drivers > > such as drivers/clk/sprd/ums512-clk.c. The 128M clock appears to be > > CLK_DISPC0_DPI, the clock used for the DPI output from the DPU, while > > the 384M clock is CLK_DISPC0, the actual DPU core clock. The DSI > > controller's 96M clock is most likely CLK_DSI_APB, the APB clock used > > for accessing its control registers. > > > > Since it seems possible to configure different frequencies for these > > clocks, the old bindings do not even accurately describe the hardware. > > Deprecate the old clock names. > > > > Signed-off-by: Otto Pflüger <otto.pflue...@abscue.de> > > --- > > .../bindings/display/sprd/sprd,sharkl3-dpu.yaml | 17 > > +++++++++++------ > > .../bindings/display/sprd/sprd,sharkl3-dsi-host.yaml | 11 ++++++++--- > > 2 files changed, 19 insertions(+), 9 deletions(-) > > > > Reviewed-by: Rob Herring (Arm) <r...@kernel.org> > > Reviewed-by: Cixi Geng <cixi.g...@linux.dev>
- [PATCH v3 00/16] drm: sprd: Make the Unisoc DRM driver u... Otto Pflüger
- [PATCH v3 04/16] dt-bindings: display: sprd: allow ... Otto Pflüger
- [PATCH v3 03/16] dt-bindings: display: sprd: add me... Otto Pflüger
- [PATCH v3 07/16] drm: sprd: register a DSI bridge a... Otto Pflüger
- [PATCH v3 15/16] drm: sprd: implement IOMMU-based b... Otto Pflüger
- [PATCH v3 05/16] drm: of: try binding port parent n... Otto Pflüger
- [PATCH v3 02/16] dt-bindings: display: sprd: use mo... Otto Pflüger
- Re: [PATCH v3 02/16] dt-bindings: display: sprd... Rob Herring (Arm)
- Re: [PATCH v3 02/16] dt-bindings: display: ... Cixi Geng
- [PATCH v3 09/16] drm: sprd: fix DSI rate and PLL se... Otto Pflüger
- [PATCH v3 16/16] drm: sprd: add fbdev support Otto Pflüger
- [PATCH v3 12/16] drm: sprd: add support for newer D... Otto Pflüger
- [PATCH v3 13/16] drm: sprd: always initialize DPU r... Otto Pflüger
- [PATCH v3 08/16] drm: sprd: add support for UMS9230... Otto Pflüger
- [PATCH v3 14/16] drm: sprd: do not access IOMMU reg... Otto Pflüger
- [PATCH v3 11/16] drm: sprd: add clock gating suppor... Otto Pflüger
- [PATCH v3 06/16] drm: sprd: remove plane and CRTC d... Otto Pflüger
- [PATCH v3 01/16] dt-bindings: display: sprd: adapt ... Otto Pflüger
- Re: [PATCH v3 01/16] dt-bindings: display: sprd... Rob Herring (Arm)