On Fri, 13 Sep 2024 19:11:37 +0000, Harry Austen wrote: > Xilinx clocking wizard IP core's dynamic reconfiguration support is > optionally enabled at build time. Add a devicetree boolean property to > describe whether the hardware supports this feature or not. > > Since dynamic reconfiguration support was previously assumed enabled, > introduce a property to indicate the inverse, in order to maintain > devicetree backwards compatibility. Hence, this new xlnx,static-config > property should be specified when dynamic reconfiguration support is > disabled in the IP core configuration. > > Signed-off-by: Harry Austen <hpausten@xxxxxxxxxxxxxx> > --- > v1 -> v2: > - Invert meaning of the new DT property > - Renamed from xlnx,dynamic-reconfig to xlnx,static-config > > .../devicetree/bindings/clock/xlnx,clocking-wizard.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>