Message ID | 20210322185816.27582-3-nsaenz@kernel.org |
---|---|
State | New |
Headers | show |
Series | BCM2711's sdhci-iproc CMD timeouts | expand |
On Mon, 22 Mar 2021 19:58:15 +0100, Nicolas Saenz Julienne wrote: > Users might want to choose a different clock frequency than whatever the > bootloader provided at probe time. Add 'clock-frequency' bindings. > > Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org> > --- > Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml index 19d84f3ef9e6..9d0d97b2c0a7 100644 --- a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml @@ -35,6 +35,12 @@ properties: type: boolean description: Specifies that controller should use auto CMD12 + clock-frequency: + description: + Should be the frequency (in Hz) of the core clock. If this is specified + and the core clock is specified then we'll try to set the core clock to + this at probe time. + required: - compatible - reg
Users might want to choose a different clock frequency than whatever the bootloader provided at probe time. Add 'clock-frequency' bindings. Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org> --- Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml | 6 ++++++ 1 file changed, 6 insertions(+)