Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692257 > unrolled thread
| Started by | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| First post | 2017-07-20 01:20 +0200 |
| Last post | 2017-07-24 21:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/3] can: m_can: Update documentation to indicate that hclk may be optional Franklin S Cooper Jr <fcooper@ti.com> - 2017-07-20 01:20 +0200
Re: [PATCH 2/3] can: m_can: Update documentation to indicate that hclk may be optional Rob Herring <robh@kernel.org> - 2017-07-24 21:30 +0200
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Date | 2017-07-20 01:20 +0200 |
| Subject | [PATCH 2/3] can: m_can: Update documentation to indicate that hclk may be optional |
| Message-ID | <u56q5-77M-9@gated-at.bofh.it> |
Update the documentation to reflect that hclk is now an optional clock. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> --- Documentation/devicetree/bindings/net/can/m_can.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/can/m_can.txt b/Documentation/devicetree/bindings/net/can/m_can.txt index 9e33177..2a0fe5b 100644 --- a/Documentation/devicetree/bindings/net/can/m_can.txt +++ b/Documentation/devicetree/bindings/net/can/m_can.txt @@ -12,7 +12,8 @@ Required properties: - interrupt-names : Should contain "int0" and "int1" - clocks : Clocks used by controller, should be host clock and CAN clock. -- clock-names : Should contain "hclk" and "cclk" +- clock-names : Should contain "hclk" and "cclk". For some socs hclk + may be optional. - pinctrl-<n> : Pinctrl states as described in bindings/pinctrl/pinctrl-bindings.txt - pinctrl-names : Names corresponding to the numbered pinctrl states - bosch,mram-cfg : Message RAM configuration data. -- 2.10.0
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-07-24 21:30 +0200 |
| Subject | Re: [PATCH 2/3] can: m_can: Update documentation to indicate that hclk may be optional |
| Message-ID | <u6Rdg-OM-17@gated-at.bofh.it> |
| In reply to | #1692257 |
On Wed, Jul 19, 2017 at 06:09:25PM -0500, Franklin S Cooper Jr wrote: > Update the documentation to reflect that hclk is now an optional clock. > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> > --- > Documentation/devicetree/bindings/net/can/m_can.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web