Message ID | 20220607111625.1845393-9-abel.vesa@nxp.com |
---|---|
State | Accepted |
Headers | show |
Series | arm64: dts: Add i.MX8DXL initial support | expand |
On 07-06-22, 14:16, Abel Vesa wrote: > Add compatible for i.MX8DXL USB PHY. Applied, thanks > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> > Acked-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/phy/mxs-usb-phy.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt b/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > index c9f5c0caf8a9..c9e392c64a7c 100644 > --- a/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > +++ b/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > @@ -8,6 +8,7 @@ Required properties: > * "fsl,vf610-usbphy" for Vybrid vf610 > * "fsl,imx6sx-usbphy" for imx6sx > * "fsl,imx7ulp-usbphy" for imx7ulp > + * "fsl,imx8dxl-usbphy" for imx8dxl > "fsl,imx23-usbphy" is still a fallback for other strings > - reg: Should contain registers location and length > - interrupts: Should contain phy interrupt > -- > 2.34.3 > > > -- > linux-phy mailing list > linux-phy@lists.infradead.org > https://lists.infradead.org/mailman/listinfo/linux-phy
Hi Vinod, Rob, Krzysztof > Subject: Re: [PATCH v9 08/12] dt-bindings: phy: mxs-usb-phy: Add i.MX8DXL > compatible string > > On 07-06-22, 14:16, Abel Vesa wrote: > > Add compatible for i.MX8DXL USB PHY. > > Applied, thanks I would like to know the rule that whether such new compatible string or new property added to txt binding doc still is still ok to be accepted? Or only fixes are accepted for txt binding? Thanks, Peng. > > > > > Signed-off-by: Abel Vesa <abel.vesa@nxp.com> > > Acked-by: Rob Herring <robh@kernel.org> > > --- > > Documentation/devicetree/bindings/phy/mxs-usb-phy.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > b/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > > index c9f5c0caf8a9..c9e392c64a7c 100644 > > --- a/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > > +++ b/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt > > @@ -8,6 +8,7 @@ Required properties: > > * "fsl,vf610-usbphy" for Vybrid vf610 > > * "fsl,imx6sx-usbphy" for imx6sx > > * "fsl,imx7ulp-usbphy" for imx7ulp > > + * "fsl,imx8dxl-usbphy" for imx8dxl > > "fsl,imx23-usbphy" is still a fallback for other strings > > - reg: Should contain registers location and length > > - interrupts: Should contain phy interrupt > > -- > > 2.34.3 > > > > > > -- > > linux-phy mailing list > > linux-phy@lists.infradead.org > > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.i > nfradead.org%2Fmailman%2Flistinfo%2Flinux- > phy&data=05%7C01%7Cpeng.fan%40nxp.com%7Cd65b54c2406f44828 > a9408da496b20fd%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6 > 37903021707349724%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwM > DAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C% > 7C&sdata=fPitVfeWmcSXvD3APuxTmytkTOS8Wt3z5ExVU4Ct334%3D&a > mp;reserved=0 > > -- > ~Vinod
On 12/10/2022 07:45, Peng Fan wrote: > Hi Vinod, Rob, Krzysztof > >> Subject: Re: [PATCH v9 08/12] dt-bindings: phy: mxs-usb-phy: Add i.MX8DXL >> compatible string >> >> On 07-06-22, 14:16, Abel Vesa wrote: >>> Add compatible for i.MX8DXL USB PHY. >> >> Applied, thanks > > I would like to know the rule that whether such new compatible string or new > property added to txt binding doc still is still ok to be accepted? > > Or only fixes are accepted for txt binding? Adding only compatibles is . Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt b/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt index c9f5c0caf8a9..c9e392c64a7c 100644 --- a/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt +++ b/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt @@ -8,6 +8,7 @@ Required properties: * "fsl,vf610-usbphy" for Vybrid vf610 * "fsl,imx6sx-usbphy" for imx6sx * "fsl,imx7ulp-usbphy" for imx7ulp + * "fsl,imx8dxl-usbphy" for imx8dxl "fsl,imx23-usbphy" is still a fallback for other strings - reg: Should contain registers location and length - interrupts: Should contain phy interrupt