Message ID | 20211122123222.8016-2-sam.shih@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add basic SoC support for mediatek mt7986 | expand |
On 22/11/2021 13:32, Sam Shih wrote: > MT7986 series is Mediatek's new 4-core SoC, which is mainly > for wifi-router application. The difference between mt7986a and mt7986b > is that some pins do not exist on mt7986b. > > Signed-off-by: Sam Shih <sam.shih@mediatek.com> > Acked-by: Rob Herring <robh@kernel.org> > Applied to v5.16-next/dts64 > --- > v6: separate basic part into a single patch series > > Original thread: > https://lore.kernel.org/all/315d7823aa108c909a3d36464fe54763b76ab2f4.camel@mediatek.com/ > > v3: changed 'MT7986' to 'MT7986 series' in the commit message > v2: added an Acked-by tag > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 80a05f6fee85..a9a778269684 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -76,6 +76,14 @@ properties: > - enum: > - mediatek,mt7629-rfb > - const: mediatek,mt7629 > + - items: > + - enum: > + - mediatek,mt7986a-rfb > + - const: mediatek,mt7986a > + - items: > + - enum: > + - mediatek,mt7986b-rfb > + - const: mediatek,mt7986b > - items: > - enum: > - mediatek,mt8127-moose >
On 22/11/2021 13:32, Sam Shih wrote: > MT7986 series is Mediatek's new 4-core SoC, which is mainly > for wifi-router application. The difference between mt7986a and mt7986b > is that some pins do not exist on mt7986b. > > Signed-off-by: Sam Shih <sam.shih@mediatek.com> > Acked-by: Rob Herring <robh@kernel.org> > Applied to v5.16-next/dts64 > --- > v6: separate basic part into a single patch series > > Original thread: > https://lore.kernel.org/all/315d7823aa108c909a3d36464fe54763b76ab2f4.camel@mediatek.com/ > > v3: changed 'MT7986' to 'MT7986 series' in the commit message > v2: added an Acked-by tag > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 80a05f6fee85..a9a778269684 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -76,6 +76,14 @@ properties: > - enum: > - mediatek,mt7629-rfb > - const: mediatek,mt7629 > + - items: > + - enum: > + - mediatek,mt7986a-rfb > + - const: mediatek,mt7986a > + - items: > + - enum: > + - mediatek,mt7986b-rfb > + - const: mediatek,mt7986b > - items: > - enum: > - mediatek,mt8127-moose >
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 80a05f6fee85..a9a778269684 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -76,6 +76,14 @@ properties: - enum: - mediatek,mt7629-rfb - const: mediatek,mt7629 + - items: + - enum: + - mediatek,mt7986a-rfb + - const: mediatek,mt7986a + - items: + - enum: + - mediatek,mt7986b-rfb + - const: mediatek,mt7986b - items: - enum: - mediatek,mt8127-moose