On Sat, 09 Aug 2025 12:16:18 +0300, Dmitry Baryshkov wrote: > From: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> > > DP controller schema documents assigned-clocks and > assigned-clock-parents. However these assignments should not be a part > of the ABI: there are no actual requirements on the order of the > assignments, MST cases require different number of clocks to be > assigned, etc. > > Instead of fixing up the documentation, drop the assigned-clock-parents > and assigned-clocks from the bindings. The generic clock/clock.yaml > already covers these properties. > > Suggested-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Signed-off-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> > Signed-off-by: Jessica Zhang <jessica.zhang@xxxxxxxxxxxxxxxx> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/display/msm/dp-controller.yaml | 10 ---------- > 1 file changed, 10 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>