Re: [PATCH v3 1/9] dt-bindings: clock: clk-si5341: Add new attributes
From: Rob Herring <robh@kernel.org>
Date: 2021-03-27 15:28:27
Also in:
linux-clk
From: Rob Herring <robh@kernel.org>
Date: 2021-03-27 15:28:27
Also in:
linux-clk
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 <redacted> --- .../devicetree/bindings/clock/silabs,si5341.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>