On Tue, 19 Nov 2024 18:50:17 +0800, Xu Yang wrote: > The i.MX95 usb-phy can work with or without orientation-switch. With > current setting, if usb-phy works without orientation-switch, the > dt-schema check will show below error: > > phy@4c1f0040: 'oneOf' conditional failed, one must be fixed: > 'port' is a required property > 'ports' is a required property > from schema $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml# > > This will correct the behavior of referring to usb-switch.yaml. > > Signed-off-by: Xu Yang <xu.yang_2@xxxxxxx> > > --- > v2: remake patch and subject > --- > .../devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>