Message ID | 20220819091344.2274-1-chunfeng.yun@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/7] dt-bindings: phy: mediatek,tphy: add support type of SGMII | expand |
On Fri, 19 Aug 2022 17:13:38 +0800, Chunfeng Yun wrote: > Add support ethernet SGMII, forgot to update type supported. > > Fixes: c01608b3b46b ("dt-bindings: phy: mediatek: tphy: support type switch by pericfg") > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > --- > Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Fri, Aug 19, 2022 at 05:13:38PM +0800, Chunfeng Yun wrote: > Add support ethernet SGMII, forgot to update type supported. > > Fixes: c01608b3b46b ("dt-bindings: phy: mediatek: tphy: support type switch by pericfg") > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Hi Chunfeng, when sending a patch series of more than 1 patch, please add a cover letter describing a higher level overview of the changes done in the patches. Example: [1] Thanks, Nícolas [1] https://lore.kernel.org/all/20220629155956.1138955-1-nfraprado@collabora.com/
On Tue, 2022-08-23 at 16:44 -0400, Nícolas F. R. A. Prado wrote: > On Fri, Aug 19, 2022 at 05:13:38PM +0800, Chunfeng Yun wrote: > > Add support ethernet SGMII, forgot to update type supported. > > > > Fixes: c01608b3b46b ("dt-bindings: phy: mediatek: tphy: support > > type switch by pericfg") > > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > > Hi Chunfeng, > > when sending a patch series of more than 1 patch, please add a cover > letter > describing a higher level overview of the changes done in the > patches. Example: > [1] For these small and independent changes, it's difficult to give a brief description on a higher level overview, I prefer to add a cover letter when the series are associated or dependent. Thanks a lot > > Thanks, > Nícolas > > [1] > https://lore.kernel.org/all/20220629155956.1138955-1-nfraprado@collabora.com/
diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml index b3e409988c17..848edfb1f677 100644 --- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml +++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml @@ -163,6 +163,7 @@ patternProperties: - PHY_TYPE_USB3 - PHY_TYPE_PCIE - PHY_TYPE_SATA + - PHY_TYPE_SGMII nvmem-cells: items:
Add support ethernet SGMII, forgot to update type supported. Fixes: c01608b3b46b ("dt-bindings: phy: mediatek: tphy: support type switch by pericfg") Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> --- Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 1 + 1 file changed, 1 insertion(+)