On Tue, Aug 20, 2024 at 05:41:56PM +0800, Xianwei Zhao wrote: > Add C3 PLL controller input clock parameters "fix". > > The clock named "fix" was initially implemented in PLL clock controller driver. > However, some registers required secure zone access, so we moved it to > the secure zone (BL31) and accessed it through SCMI. Since the PLL clock > driver needs to use this clock, the "fix" clock is used as an input source. > We updated the driver but forgot to modify the binding accordingly, > so we are adding it here. > > It is an ABI break but on a new and immature platform. > Noboby could really use that platform at this stage, so nothing is going > to break on anyone really. > > Fixes: 0e6be855a96d ("dt-bindings: clock: add Amlogic C3 PLL clock controller") > Signed-off-by: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof