Re: [PATCH 1/2] Documentation: synopsys-dw-mshc: add binding for resets
From: Jaehoon Chung <jh80.chung@samsung.com>
Date: 2016-03-07 00:53:59
Also in:
linux-mmc, lkml
From: Jaehoon Chung <jh80.chung@samsung.com>
Date: 2016-03-07 00:53:59
Also in:
linux-mmc, lkml
Hi Goudong, On 03/06/2016 05:47 PM, Guodong Xu wrote:
Add resets property to synopsys-dw-mshc bindings. It is intended to represent the hardware reset signal present internally in some host controller IC designs. See Documentation/devicetree/bindings/reset/reset.txt for details. Signed-off-by: Guodong Xu <redacted> Acked-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt index 8636f5a..4e00e85 100644 --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt@@ -39,6 +39,10 @@ Required Properties: Optional properties: +* resets: phandle + reset specifier pair, intended to represent hardware + reset signal present internally in some host controller IC designs. + See Documentation/devicetree/bindings/reset/reset.txt for details.
Is this reset property for common dwmmc IP controller? Best Regards, Jaehoon Chung
+ * clocks: from common clock binding: handle to biu and ciu clocks for the bus interface unit clock and the card interface unit clock.