mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 09:46:11 +07:00
65e3c76635
Add SoC specific compatibility strings to the Broadcom DTE
based PTP clock binding document.
Fixed the document heading and node name.
Fixes: 80d6076140
("dt-binding: ptp: add bindings document for dte based ptp clock")
Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
21 lines
657 B
Plaintext
21 lines
657 B
Plaintext
* Broadcom Digital Timing Engine(DTE) based PTP clock
|
|
|
|
Required properties:
|
|
- compatible: should contain the core compatibility string
|
|
and the SoC compatibility string. The SoC
|
|
compatibility string is to handle SoC specific
|
|
hardware differences.
|
|
Core compatibility string:
|
|
"brcm,ptp-dte"
|
|
SoC compatibility strings:
|
|
"brcm,iproc-ptp-dte" - for iproc based SoC's
|
|
- reg: address and length of the DTE block's NCO registers
|
|
|
|
Example:
|
|
|
|
ptp: ptp-dte@180af650 {
|
|
compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
|
|
reg = <0x180af650 0x10>;
|
|
status = "okay";
|
|
};
|