diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-06-18 17:53:45 -0400 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-20 19:32:22 -0700 |
commit | 01479f1b912aa499057fd29deddb1ffb9c72fa0a (patch) | |
tree | 68bb642aa1393078e19bd81cf1ce65367a1f5766 /MAINTAINERS | |
parent | 08f116c9ea6dfddf2a9649a10032902a4d72f6da (diff) | |
download | lwn-01479f1b912aa499057fd29deddb1ffb9c72fa0a.tar.gz lwn-01479f1b912aa499057fd29deddb1ffb9c72fa0a.zip |
dt-bindings: ptp: Convert ptp-qoirq to yaml format
Convert ptp-qoirq from txt to yaml format.
Additional change:
- Fixed example interrupts proptery. Need only 1 irq by check MPC8313 spec.
- Move Reference clock context under clk,sel.
- Interrupts is not required property.
- Use low case for hex value.
- Check reference manual of MPC8313, p1010 and so on, which dts use more
than 1 irqs. Only 1 irq for each ptp device. Check driver code
(drivers/ptp/ptp_qoriq.c) and only 1 irq used. So original description is
wrong.
- Remove comments for compatible string.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240618-ls_fman-v2-1-f00a82623d8e@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 462ff5be6f00..9d2fbf651848 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8816,7 +8816,7 @@ FREESCALE QORIQ PTP CLOCK DRIVER M: Yangbo Lu <yangbo.lu@nxp.com> L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/ptp/ptp-qoriq.txt +F: Documentation/devicetree/bindings/ptp/fsl,ptp.yaml F: drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp* F: drivers/net/ethernet/freescale/dpaa2/dprtc* F: drivers/net/ethernet/freescale/enetc/enetc_ptp.c |