dt-bindings: ptp: Convert ptp-qoirq to yaml format
authorFrank Li <Frank.Li@nxp.com>
Tue, 18 Jun 2024 21:53:45 +0000 (17:53 -0400)
committerJakub Kicinski <kuba@kernel.org>
Fri, 21 Jun 2024 02:32:22 +0000 (19:32 -0700)
commit01479f1b912aa499057fd29deddb1ffb9c72fa0a
tree68bb642aa1393078e19bd81cf1ce65367a1f5766
parent08f116c9ea6dfddf2a9649a10032902a4d72f6da
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>
Documentation/devicetree/bindings/net/fsl-fman.txt
Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
Documentation/devicetree/bindings/ptp/fsl,ptp.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/ptp/ptp-qoriq.txt [deleted file]
MAINTAINERS