summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/fsl,fec.yaml
AgeCommit message (Collapse)Author
2022-07-18LF-6519-1: dt-bindings: net: fsl,fec: remove fsl,wakeup_irq propertyWei Fang
The fsl,wakeup_irq property is obsoleted and not used by driver anymore. Because the index of wakeup irq is defined in the driver. If the fec has the quirk of FEC_QUIRK_WAKEUP_FROM_INT2, its index of wakeup irq is 2, otherwise, the index is 0. Signed-off-by: Wei Fang <wei.fang@nxp.com> Reviewed-by: Jun Li <jun.li@nxp.com>
2021-11-02dt-bindings: fec: add new propertiesFugang Duan
Add properties for new features. V2: Convert to schema yaml format by Joakim. Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2021-07-28dt-bindings: net: fsl,fec: add RGMII internal clock delayJoakim Zhang
Add RGMII internal clock delay for FEC controller. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-28dt-bindings: net: fsl,fec: update compatible itemsJoakim Zhang
Add more compatible items for i.MX8/8M platforms. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-21dt-bindings: net: fsl,fec: improve the binding a bitJoakim Zhang
This patch improves the yaml a bit according to Rob Herring comments: 1) normalize interrupt-names property, there is no reason to support random order. 2) validate each string in clock-names property. 3) add constraints for fsl,num-tx-queues/fsl,num-rx-queues property. 4) change additionalProperties to false in order to do strict checking. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-20dt-bindings: net: fec: Fix indentationFabio Estevam
The following warning is observed when running 'make dtbs_check': Documentation/devicetree/bindings/net/fsl,fec.yaml:85:7: [warning] wrong indentation: expected 8 but found 6 (indentation) Fix the indentation accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-16dt-bindings: net: fec: convert fsl,*fec bindings to yamlJoakim Zhang
In order to automate the verification of DT nodes convert fsl-fec.txt to fsl,fec.yaml, and pass binding check with below command. $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/net/fsl,fec.yaml DTEX Documentation/devicetree/bindings/net/fsl,fec.example.dts DTC Documentation/devicetree/bindings/net/fsl,fec.example.dt.yaml CHECK Documentation/devicetree/bindings/net/fsl,fec.example.dt.yaml Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>