On Thu, 25 Mar 2021 13:26:35 -0600, Robert Hancock wrote: > Add new silabs,xaxb-ext-clk and silabs,iovdd-33 properties. > > Changed vdd-supply on top-level node to optional since it is not actually > used by the driver. > > Removed vdd-supply from output sub-nodes, as it was not supported by the > driver and it is not easily possible to support this in that location with > the kernel regulator infrastructure. Changed to have vddoX-supply > attributes for each output on the top-level device node. > > Signed-off-by: Robert Hancock <robert.hancock@xxxxxxxxxx> > --- > .../devicetree/bindings/clock/silabs,si5341.txt | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>