Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1669488
| From | Arun Parameswaran <arun.parameswaran@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock |
| Date | 2017-06-19 19:00 +0200 |
| Message-ID | <tU8bU-5do-25@gated-at.bofh.it> (permalink) |
| References | <tRE8h-6Wq-7@gated-at.bofh.it> <tRE8i-6Wq-13@gated-at.bofh.it> <tTJ3S-670-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi David, Rob,
I will address all of Rob's comments below.
Since a part of the patch was applied to 'net-next', would you like me to
send a new patch (based on the applied one), or a 'V2' of this patch ?
Thanks
Arun
On 17-06-18 07:04 AM, Rob Herring wrote:
> On Mon, Jun 12, 2017 at 01:26:00PM -0700, Arun Parameswaran wrote:
>> Add device tree binding documentation for the Broadcom DTE
>> PTP clock driver.
>>
>> Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
>> ---
>> Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt | 13 +++++++++++++
>> 1 file changed, 13 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
>>
>> diff --git a/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt b/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
>> new file mode 100644
>> index 0000000..07590bc
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/ptp/brcm,ptp-dte.txt
>> @@ -0,0 +1,13 @@
>> +* Broadcom Digital Timing Engine(DTE) based PTP clock driver
>
> Bindings describe h/w, not drivers.
>
>> +
>> +Required properties:
>> +- compatible: should be "brcm,ptp-dte"
>
> Looks too generic. You need SoC specific compatible strings.
>
>> +- reg: address and length of the DTE block's NCO registers
>> +
>> +Example:
>> +
>> +ptp_dte: ptp_dte@180af650 {
>
> Don't use '_' in node names.
>
>> + compatible = "brcm,ptp-dte";
>> + reg = <0x180af650 0x10>;
>> + status = "okay";
>> +};
>> --
>> 1.9.1
>>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v1 0/2] Add support for Broadcom DTE based PTP clock Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-12 22:30 +0200
[PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-12 22:30 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Richard Cochran <richardcochran@gmail.com> - 2017-06-13 07:20 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-13 19:50 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Ray Jui <ray.jui@broadcom.com> - 2017-06-14 20:20 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-14 20:40 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-14 20:40 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Rob Herring <robh@kernel.org> - 2017-06-18 16:10 +0200
Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-19 19:00 +0200
[PATCH v1 2/2] ptp: Add a ptp clock driver for Broadcom DTE Arun Parameswaran <arun.parameswaran@broadcom.com> - 2017-06-12 22:30 +0200
Re: [PATCH v1 0/2] Add support for Broadcom DTE based PTP clock David Miller <davem@davemloft.net> - 2017-06-15 18:10 +0200
csiph-web