Message ID | 1647532165-6302-2-git-send-email-quic_c_sbhanu@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add reset entries for SDCC controllers | expand |
On 17/03/2022 16:49, Shaik Sajida Bhanu wrote: > Add gcc hardware reset supported strings for qcom-sdhci controller. > > Signed-off-by: Shaik Sajida Bhanu <quic_c_sbhanu@quicinc.com> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt > index 6216ed7..f180111 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt > @@ -62,6 +62,10 @@ Required properties: > - qcom,dll-config: Chipset and Platform specific value. Use this field to > specify the DLL_CONFIG register value as per Hardware Programming Guide. > > +- resets: Phandle and reset specifier for the device's reset. > +- reset-names: List of reset signal name strings sorted in the same order as > + the resets property. Please list the actual names used in reset-names. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt index 6216ed7..f180111 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt @@ -62,6 +62,10 @@ Required properties: - qcom,dll-config: Chipset and Platform specific value. Use this field to specify the DLL_CONFIG register value as per Hardware Programming Guide. +- resets: Phandle and reset specifier for the device's reset. +- reset-names: List of reset signal name strings sorted in the same order as + the resets property. + Optional Properties: * Following bus parameters are required for interconnect bandwidth scaling: - interconnects: Pairs of phandles and interconnect provider specifier
Add gcc hardware reset supported strings for qcom-sdhci controller. Signed-off-by: Shaik Sajida Bhanu <quic_c_sbhanu@quicinc.com> --- Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 4 ++++ 1 file changed, 4 insertions(+)