* [PATCH] dt-bindings: sram: Add 'clocks' as an optional property
@ 2018-06-23 15:22 Fabio Estevam
2018-06-26 16:25 ` Vladimir Zapolskiy
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2018-06-23 15:22 UTC (permalink / raw)
To: robh+dt; +Cc: devicetree, p.zabel, Fabio Estevam
From: Fabio Estevam <fabio.estevam@nxp.com>
Some SoCs (like i.MX53) need to specify the SRAM clock in the
device tree via the clocks property.
Add an entry to the optional property section.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
Documentation/devicetree/bindings/sram/sram.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/sram/sram.txt b/Documentation/devicetree/bindings/sram/sram.txt
index 267da44..05689c1 100644
--- a/Documentation/devicetree/bindings/sram/sram.txt
+++ b/Documentation/devicetree/bindings/sram/sram.txt
@@ -50,6 +50,7 @@ Optional properties in the area nodes:
manipulation of the page attributes.
- label : the name for the reserved partition, if omitted, the label
is taken from the node name excluding the unit address.
+- clocks: the clock specifier that controls the SRAM clock.
Example:
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: sram: Add 'clocks' as an optional property
2018-06-23 15:22 [PATCH] dt-bindings: sram: Add 'clocks' as an optional property Fabio Estevam
@ 2018-06-26 16:25 ` Vladimir Zapolskiy
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Zapolskiy @ 2018-06-26 16:25 UTC (permalink / raw)
To: Fabio Estevam, robh+dt; +Cc: devicetree, p.zabel, Fabio Estevam
Hi Fabio,
On 06/23/2018 06:22 PM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Some SoCs (like i.MX53) need to specify the SRAM clock in the
> device tree via the clocks property.
>
> Add an entry to the optional property section.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
> Documentation/devicetree/bindings/sram/sram.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/sram/sram.txt b/Documentation/devicetree/bindings/sram/sram.txt
> index 267da44..05689c1 100644
> --- a/Documentation/devicetree/bindings/sram/sram.txt
> +++ b/Documentation/devicetree/bindings/sram/sram.txt
> @@ -50,6 +50,7 @@ Optional properties in the area nodes:
> manipulation of the page attributes.
> - label : the name for the reserved partition, if omitted, the label
> is taken from the node name excluding the unit address.
> +- clocks: the clock specifier that controls the SRAM clock.
just a nitpicking, all other property descriptions have a space before
a colon.
Also probably it makes sense to correct and pluralize "the clock specifier"
into a widely used form of "a list of phandle and clock specifier pairs",
while currently the driver does not support multiple clocks, it may be
extended in the future.
With that fixed,
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
--
Best wishes,
Vladimir
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-26 16:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-23 15:22 [PATCH] dt-bindings: sram: Add 'clocks' as an optional property Fabio Estevam
2018-06-26 16:25 ` Vladimir Zapolskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).