Re: [PATCH 1/1] dt-bindings: net: dsa: Convert lan9303.txt to yaml format

From: Rob Herring

Date: Mon Jun 01 2026 - 18:17:50 EST


On Tue, May 12, 2026 at 05:47:02PM -0400, Frank Li wrote:
> Convert lan9303.txt to yaml format to fix below CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/imx/imx53-kp-hsc.dtb: /soc/bus@50000000/i2c@53fec000/switch@a: failed to match any schema with compatible: ['smsc,lan9303-i2c']
>
> Addtional changes:

typo

> - rename switch-phy to switch in example.
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> .../devicetree/bindings/net/dsa/lan9303.txt | 100 --------------
> .../bindings/net/dsa/smsc,lan9303.yaml | 123 ++++++++++++++++++
> 2 files changed, 123 insertions(+), 100 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/net/dsa/lan9303.txt
> create mode 100644 Documentation/devicetree/bindings/net/dsa/smsc,lan9303.yaml

With that and the doc reference fixed,

Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>