Message ID | 7c3dc195-68eb-e78d-3f7d-806546608d2c@gmail.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] Mediatek SoC updates for v5.1 | expand |
On Fri, Feb 8, 2019 at 9:00 PM Matthias Brugger <matthias.bgg@gmail.com> wrote: > arm: mediatek: add MT7629 smp bring up code (2019-02-07 17:59:16 +0100) > > ---------------------------------------------------------------- > mt8173: minor typo in scpsys header file > mt7629: add smp bringup code > mt7623a: delete unused smp bringup code Pulled into arm/soc, but please elaborate on the mt7629 chip as I could not find any information on it but would like to include some text about all newly added SoCs in my pull request to Linus. Is this a variant of mt7623, or something else? Arnd
On Fri, 2019-02-15 at 17:46 +0100, Arnd Bergmann wrote: > On Fri, Feb 8, 2019 at 9:00 PM Matthias Brugger <matthias.bgg@gmail.com> wrote: > > > arm: mediatek: add MT7629 smp bring up code (2019-02-07 17:59:16 +0100) > > > > ---------------------------------------------------------------- > > mt8173: minor typo in scpsys header file > > mt7629: add smp bringup code > > mt7623a: delete unused smp bringup code > > Pulled into arm/soc, but please elaborate on the mt7629 chip as I could > not find any information on it but would like to include some text about > all newly added SoCs in my pull request to Linus. > > Is this a variant of mt7623, or something else? > > Arnd The IPs differ in MT7615 compared to MT7623. I haven't submitted mt7629.dtsi as I still wait for the PCIe part be taken through the -next tree first. Overview MT7629 is a highly integrated wireless network router system-on-chip and integrates an CA7 Dual-Core operating up to 1.25GHz and DRAM DDR2/DDR3(L). It includes SGMII, PCIe2.0, USB2.0 and USB3.0 and implements two 2.5Gbps HSGMII interfaces and a 5-ports 10/100 Ethernet switch. Otherwise, The MT7761 is an 802.11n 3x3 RF chip, and the MT7762 is an 802.11ac 3x3 RF chip. When the two RF chips and MT7629 are combined together, they provide dual-band concurrent chipset solution for WiFi AC1900 wireless router platform. Ryder
On Sat, 2019-02-16 at 14:20 +0800, Ryder Lee wrote: > On Fri, 2019-02-15 at 17:46 +0100, Arnd Bergmann wrote: > > On Fri, Feb 8, 2019 at 9:00 PM Matthias Brugger <matthias.bgg@gmail.com> wrote: > > > > > arm: mediatek: add MT7629 smp bring up code (2019-02-07 17:59:16 +0100) > > > > > > ---------------------------------------------------------------- > > > mt8173: minor typo in scpsys header file > > > mt7629: add smp bringup code > > > mt7623a: delete unused smp bringup code > > > > Pulled into arm/soc, but please elaborate on the mt7629 chip as I could > > not find any information on it but would like to include some text about > > all newly added SoCs in my pull request to Linus. > > > > Is this a variant of mt7623, or something else? > > > > Arnd > > The IPs differ in MT7615 compared to MT7623. I haven't submitted Typo: *MT7629* > mt7629.dtsi as I still wait for the PCIe part be taken through the -next > tree first. > > Overview > > MT7629 is a highly integrated wireless network router system-on-chip > and integrates an CA7 Dual-Core operating up to 1.25GHz and DRAM > DDR2/DDR3(L). > > It includes SGMII, PCIe2.0, USB2.0 and USB3.0 and implements two 2.5Gbps > HSGMII interfaces and a 5-ports 10/100 Ethernet switch. > > Otherwise, The MT7761 is an 802.11n 3x3 RF chip, and the MT7762 is an > 802.11ac 3x3 RF chip. When the two RF chips and MT7629 are combined > together, they provide dual-band concurrent chipset solution for WiFi > AC1900 wireless router platform. > > Ryder
On Sat, Feb 16, 2019 at 7:21 AM Ryder Lee <ryder.lee@mediatek.com> wrote: > > On Fri, 2019-02-15 at 17:46 +0100, Arnd Bergmann wrote: > > On Fri, Feb 8, 2019 at 9:00 PM Matthias Brugger <matthias.bgg@gmail.com> wrote: > > > > > arm: mediatek: add MT7629 smp bring up code (2019-02-07 17:59:16 +0100) > > > > > > ---------------------------------------------------------------- > > > mt8173: minor typo in scpsys header file > > > mt7629: add smp bringup code > > > mt7623a: delete unused smp bringup code > > > > Pulled into arm/soc, but please elaborate on the mt7629 chip as I could > > not find any information on it but would like to include some text about > > all newly added SoCs in my pull request to Linus. > > > > Is this a variant of mt7623, or something else? > > > > Arnd > > The IPs differ in MT7615 compared to MT7623. I haven't submitted > mt7629.dtsi as I still wait for the PCIe part be taken through the -next > tree first. > > Overview > > MT7629 is a highly integrated wireless network router system-on-chip > and integrates an CA7 Dual-Core operating up to 1.25GHz and DRAM > DDR2/DDR3(L). > > It includes SGMII, PCIe2.0, USB2.0 and USB3.0 and implements two 2.5Gbps > HSGMII interfaces and a 5-ports 10/100 Ethernet switch. > > Otherwise, The MT7761 is an 802.11n 3x3 RF chip, and the MT7762 is an > 802.11ac 3x3 RF chip. When the two RF chips and MT7629 are combined > together, they provide dual-band concurrent chipset solution for WiFi > AC1900 wireless router platform. > Ok, thanks a lot for the extra information! Arnd