mbox

[GIT,PULL] arm: mediatek: dts32 updates for v4.14

Message ID 9434dcb8-d38d-ff3a-a6ce-2b27d3a74cef@gmail.com
State New
Headers show

Pull-request

https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64

Message

Matthias Brugger Aug. 17, 2017, 1:37 p.m. UTC
Hi Olof and Arnd,

for v4.14 please take the following pull request into account.

Thanks,
Matthias

---

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

   https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64

for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:

   arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile 
(2017-08-17 15:33:45 +0200)

----------------------------------------------------------------
- add SoC mt7622 and its reference board
- cleanup of dts bindings
- mt6797: add watchdog and delete unused clock
- add support for SoC mt2701 and it's eval board

----------------------------------------------------------------
Matthias Brugger (4):
       ARM: mediatek: dts: Cleanup bindings documentation
       ARM: mediatek: dts: Add MT6797 binding
       arm64: dts: mediatek: add watchdog to MT6797
       arm64: dts: mediatek: Delete unused dummy clock for MT6797

Sean Wang (2):
       arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file
       arm64: dts: mt7622: add dts file for MT7622 reference board variant 1

yt.shen@mediatek.com (2):
       dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform
       arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile

  Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
  .../interrupt-controller/mediatek,sysirq.txt       |   1 +
  .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
  .../devicetree/bindings/watchdog/mtk-wdt.txt       |   6 +-
  arch/arm64/boot/dts/mediatek/Makefile              |   2 +
  arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |  32 ++++
  arch/arm64/boot/dts/mediatek/mt2712e.dtsi          | 171 +++++++++++++++++++++
  arch/arm64/boot/dts/mediatek/mt6797.dtsi           |  12 +-
  arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts       |  27 ++++
  arch/arm64/boot/dts/mediatek/mt7622.dtsi           | 110 +++++++++++++
  10 files changed, 356 insertions(+), 10 deletions(-)
  create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
  create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi
  create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
  create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi

Comments

Arnd Bergmann Aug. 18, 2017, 8:41 p.m. UTC | #1
On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
<matthias.bgg@gmail.com> wrote:
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
>   https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>
> for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>
>   arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> (2017-08-17 15:33:45 +0200)
>
> ----------------------------------------------------------------
> - add SoC mt7622 and its reference board
> - cleanup of dts bindings
> - mt6797: add watchdog and delete unused clock
> - add support for SoC mt2701 and it's eval board

Nice to see mt7622 support already getting merged, at least it seems this
is getting there before the chip ends up in consumer devices, normally
it's the other way round ;-)

Could you let me know what mt2712 is? I can't find anything about this
chip, not even which business unit made it, and I'd like to have a brief
description for most newly added hardware in my own pull requests.

        Arnd
Arnd Bergmann Aug. 18, 2017, 8:43 p.m. UTC | #2
On Fri, Aug 18, 2017 at 10:41 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
> <matthias.bgg@gmail.com> wrote:
>>
>> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>>
>>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>>
>> are available in the git repository at:
>>
>>   https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>>
>> for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>>
>>   arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
>> (2017-08-17 15:33:45 +0200)
>>
>> ----------------------------------------------------------------
>> - add SoC mt7622 and its reference board
>> - cleanup of dts bindings
>> - mt6797: add watchdog and delete unused clock
>> - add support for SoC mt2701 and it's eval board
>
> Nice to see mt7622 support already getting merged, at least it seems this
> is getting there before the chip ends up in consumer devices, normally
> it's the other way round ;-)
>
> Could you let me know what mt2712 is? I can't find anything about this
> chip, not even which business unit made it, and I'd like to have a brief
> description for most newly added hardware in my own pull requests.

I also meant to say that it's now merged into next/dt64, with the subject
slightly changed to say "dts64" rather than "dts32".

        Arnd
YT Shen Aug. 23, 2017, 2:35 a.m. UTC | #3
> On Sat, 2017-08-19 at 04:41 +0800, Arnd Bergmann wrote:
> > On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
> > <matthias.bgg@gmail.com> wrote:
> > >
> > > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> > >
> > >   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> > >
> > > are available in the git repository at:
> > >
> > >   https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
> > >
> > > for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
> > >
> > >   arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> > > (2017-08-17 15:33:45 +0200)
> > >
> > > ----------------------------------------------------------------
> > > - add SoC mt7622 and its reference board
> > > - cleanup of dts bindings
> > > - mt6797: add watchdog and delete unused clock
> > > - add support for SoC mt2701 and it's eval board
> > 
> > Nice to see mt7622 support already getting merged, at least it seems this
> > is getting there before the chip ends up in consumer devices, normally
> > it's the other way round ;-)
> > 
> > Could you let me know what mt2712 is? I can't find anything about this
> > chip, not even which business unit made it, and I'd like to have a brief
> > description for most newly added hardware in my own pull requests.
> > 
> >         Arnd
> > 
Hi,

MT2712 is a family of automotive processors designed for infotainment
applications.

Is that sufficient?  Thanks.
yt.shen
Arnd Bergmann Aug. 23, 2017, 9:50 a.m. UTC | #4
On Wed, Aug 23, 2017 at 4:35 AM, YT Shen <yt.shen@mediatek.com> wrote:
>> On Sat, 2017-08-19 at 04:41 +0800, Arnd Bergmann wrote:
>> > On Thu, Aug 17, 2017 at 3:37 PM, Matthias Brugger
>> > <matthias.bgg@gmail.com> wrote:
>> > >
>> > > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>> > >
>> > >   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>> > >
>> > > are available in the git repository at:
>> > >
>> > >   https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
>> > >
>> > > for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
>> > >
>> > >   arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
>> > > (2017-08-17 15:33:45 +0200)
>> > >
>> > > ----------------------------------------------------------------
>> > > - add SoC mt7622 and its reference board
>> > > - cleanup of dts bindings
>> > > - mt6797: add watchdog and delete unused clock
>> > > - add support for SoC mt2701 and it's eval board
>> >
>> > Nice to see mt7622 support already getting merged, at least it seems this
>> > is getting there before the chip ends up in consumer devices, normally
>> > it's the other way round ;-)
>> >
>> > Could you let me know what mt2712 is? I can't find anything about this
>> > chip, not even which business unit made it, and I'd like to have a brief
>> > description for most newly added hardware in my own pull requests.
>> >
>> >         Arnd
>> >
> Hi,
>
> MT2712 is a family of automotive processors designed for infotainment
> applications.
>
> Is that sufficient?  Thanks.
> yt.shen

Thanks, that just what I was missing. It would be good to add something
like that, plus any pointers to public websites (when they exist) when merging
support for a new chip, in the commit log and/or the Kconfig entry when we
have one (the latter usually only for arm32 but not arm64).

      Arnd
Sean Wang Aug. 27, 2017, 7:01 p.m. UTC | #5
just a gentle ping. 

Are those changes similar to missing ones ? The other changes like
next/dts32 and next/soc seems have been already in the next tree.


On Thu, 2017-08-17 at 15:37 +0200, Matthias Brugger wrote:
> Hi Olof and Arnd,
> 
> for v4.14 please take the following pull request into account.
> 
> Thanks,
> Matthias
> 
> ---
> 
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> 
>    Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> 
> are available in the git repository at:
> 
>    https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
> 
> for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
> 
>    arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile 
> (2017-08-17 15:33:45 +0200)
> 
> ----------------------------------------------------------------
> - add SoC mt7622 and its reference board
> - cleanup of dts bindings
> - mt6797: add watchdog and delete unused clock
> - add support for SoC mt2701 and it's eval board
> 
> ----------------------------------------------------------------
> Matthias Brugger (4):
>        ARM: mediatek: dts: Cleanup bindings documentation
>        ARM: mediatek: dts: Add MT6797 binding
>        arm64: dts: mediatek: add watchdog to MT6797
>        arm64: dts: mediatek: Delete unused dummy clock for MT6797
> 
> Sean Wang (2):
>        arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file
>        arm64: dts: mt7622: add dts file for MT7622 reference board variant 1
> 
> yt.shen@mediatek.com (2):
>        dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform
>        arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> 
>   Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
>   .../interrupt-controller/mediatek,sysirq.txt       |   1 +
>   .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
>   .../devicetree/bindings/watchdog/mtk-wdt.txt       |   6 +-
>   arch/arm64/boot/dts/mediatek/Makefile              |   2 +
>   arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |  32 ++++
>   arch/arm64/boot/dts/mediatek/mt2712e.dtsi          | 171 +++++++++++++++++++++
>   arch/arm64/boot/dts/mediatek/mt6797.dtsi           |  12 +-
>   arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts       |  27 ++++
>   arch/arm64/boot/dts/mediatek/mt7622.dtsi           | 110 +++++++++++++
>   10 files changed, 356 insertions(+), 10 deletions(-)
>   create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
>   create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi
>   create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
>   create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
Sean Wang Aug. 28, 2017, 2:04 a.m. UTC | #6
On Mon, 2017-08-28 at 03:01 +0800, Sean Wang wrote:
> just a gentle ping. 
> 
> Are those changes similar to missing ones ? The other changes like
> next/dts32 and next/soc seems have been already in the next tree.
> 
> 
Sorry for that I ping the mistaken mail and also want to fix the typo in
the former reply here

in fact, i want to ping
http://lists.infradead.org/pipermail/linux-mediatek/2017-August/010150.html


Are those changes similar to missing ones ? The other changes like
next/dts64 and next/soc seems have been already in the next tree.


> On Thu, 2017-08-17 at 15:37 +0200, Matthias Brugger wrote:
> > Hi Olof and Arnd,
> > 
> > for v4.14 please take the following pull request into account.
> > 
> > Thanks,
> > Matthias
> > 
> > ---
> > 
> > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> > 
> >    Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
> > 
> > are available in the git repository at:
> > 
> >    https://github.com/mbgg/linux-mediatek.git tags/v4.13-next-dts64
> > 
> > for you to fetch changes up to bdf2cbb2b3160122f7ff16445fdb73267fffd583:
> > 
> >    arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile 
> > (2017-08-17 15:33:45 +0200)
> > 
> > ----------------------------------------------------------------
> > - add SoC mt7622 and its reference board
> > - cleanup of dts bindings
> > - mt6797: add watchdog and delete unused clock
> > - add support for SoC mt2701 and it's eval board
> > 
> > ----------------------------------------------------------------
> > Matthias Brugger (4):
> >        ARM: mediatek: dts: Cleanup bindings documentation
> >        ARM: mediatek: dts: Add MT6797 binding
> >        arm64: dts: mediatek: add watchdog to MT6797
> >        arm64: dts: mediatek: Delete unused dummy clock for MT6797
> > 
> > Sean Wang (2):
> >        arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file
> >        arm64: dts: mt7622: add dts file for MT7622 reference board variant 1
> > 
> > yt.shen@mediatek.com (2):
> >        dt-bindings: arm: Add bindings for Mediatek MT2712 SoC Platform
> >        arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile
> > 
> >   Documentation/devicetree/bindings/arm/mediatek.txt |   4 +
> >   .../interrupt-controller/mediatek,sysirq.txt       |   1 +
> >   .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
> >   .../devicetree/bindings/watchdog/mtk-wdt.txt       |   6 +-
> >   arch/arm64/boot/dts/mediatek/Makefile              |   2 +
> >   arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |  32 ++++
> >   arch/arm64/boot/dts/mediatek/mt2712e.dtsi          | 171 +++++++++++++++++++++
> >   arch/arm64/boot/dts/mediatek/mt6797.dtsi           |  12 +-
> >   arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts       |  27 ++++
> >   arch/arm64/boot/dts/mediatek/mt7622.dtsi           | 110 +++++++++++++
> >   10 files changed, 356 insertions(+), 10 deletions(-)
> >   create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-evb.dts
> >   create mode 100644 arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> >   create mode 100644 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
> >   create mode 100644 arch/arm64/boot/dts/mediatek/mt7622.dtsi
> > 
> > _______________________________________________
> > Linux-mediatek mailing list
> > Linux-mediatek@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-mediatek
> 
> 
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek