diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-06-18 17:53:46 -0400 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-20 19:32:22 -0700 |
commit | 243996d172a68fba79765cfe20ab910c29ec5f50 (patch) | |
tree | 9ba5670e6c06b8926128615c577b18a22608ad73 /MAINTAINERS | |
parent | 01479f1b912aa499057fd29deddb1ffb9c72fa0a (diff) |
dt-bindings: net: Convert fsl-fman to yaml
Convert fsl-fman from txt to yaml format and split it fsl,fman.yam,
fsl,fman-port.yaml, fsl-muram.yaml, fsl-mdio.yaml.
Addition changes:
fsl,fman.yaml:
- Fixed interrupts in example.
- Fixed ethernet@e8000 miss } in example.
- ptp-timer add label in example.
- Ref to new fsl,fman*.yaml.
- Reorder property in example.
- Keep only one example.
- Add const for #address-cells and #size-cells.
- Use defined interrupt type.
- ptp example use node name phc.
fsl,fman-port:
- Keep only one example.
fsl,fman-mdio:
- Add little-endian property.
- Add ref to mdio.yaml.
- Remove suppress-preamble.
- Add #address-cells and #size-cells in example.
- Remove clock-frequency, which already describe in mmio.yaml.
fsl,muram.yaml:
- Add reg property.
- Remove range property.
- Use reg instead of range in example.
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-2-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 9d2fbf651848..1e8a95217b36 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8809,7 +8809,7 @@ M: Madalin Bucur <madalin.bucur@nxp.com> R: Sean Anderson <sean.anderson@seco.com> L: netdev@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/net/fsl-fman.txt +F: Documentation/devicetree/bindings/net/fsl-fman.yaml F: drivers/net/ethernet/freescale/fman FREESCALE QORIQ PTP CLOCK DRIVER |