[PATCH v2 1/3] dt-bindings: net: convert emac_rockchip.txt to YAML
Rob Herring
robh at kernel.org
Fri Jun 3 11:30:04 PDT 2022
On Fri, 03 Jun 2022 18:35:37 +0200, Johan Jonker wrote:
> Convert emac_rockchip.txt to YAML.
>
> Changes against original bindings:
> Add mdio sub node.
> Add extra clock for rk3036
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> ---
>
> Changed V2:
> use phy
> rename to rockchip,emac.yaml
> add more requirements
> ---
> .../devicetree/bindings/net/emac_rockchip.txt | 52 --------
> .../bindings/net/rockchip,emac.yaml | 115 ++++++++++++++++++
> 2 files changed, 115 insertions(+), 52 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/net/emac_rockchip.txt
> create mode 100644 Documentation/devicetree/bindings/net/rockchip,emac.yaml
>
Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/
ethernet at 10200000: compatible: ['rockchip,rk3036-emac', 'snps,arc-emac'] is too long
arch/arm/boot/dts/rk3036-evb.dtb
arch/arm/boot/dts/rk3036-kylin.dtb
ethernet at 10200000: 'mdio' is a required property
arch/arm/boot/dts/rk3036-evb.dtb
arch/arm/boot/dts/rk3036-kylin.dtb
ethernet at 10204000: 'mdio' is a required property
arch/arm/boot/dts/rk3066a-marsboard.dtb
arch/arm/boot/dts/rk3066a-rayeager.dtb
arch/arm/boot/dts/rk3188-radxarock.dtb
More information about the linux-arm-kernel
mailing list