mbox series

[GIT,PULL] arm64: dts: Amlogic updates for v4.21, round 2

Message ID 7hpnu9w22b.fsf@baylibre.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] arm64: dts: Amlogic updates for v4.21, round 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2

Message

Kevin Hilman Dec. 10, 2018, 8:37 p.m. UTC
The following changes since commit 5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3:

  arm64: dts: meson-gx: Add Internal Clock Measurer node (2018-11-29 12:30:09 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2

for you to fetch changes up to b29e9eccaaa721c2a303db6540535ee77a515f61:

  arm64: dts: meson-gxm: Add Mali-T820 node (2018-12-10 12:11:32 -0800)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v4.21, round2

Highlights:
- GXM: add Mali T820
- fix IRQ trigger type
- AXG: enable GPIO IRQs, PHY IRQ, watchdog

----------------------------------------------------------------
Carlo Caione (4):
      arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs
      arm64: dts: meson-axg: s400: Enable PHY interrupt
      arm64: dts: meson-axg: Enable GPIO interrupt controller
      arm64: dts: meson: Fix IRQ trigger type for macirq

Christian Hewitt (1):
      arm64: dts: meson-gxm: Add Mali-T820 node

Jerome Brunet (4):
      arm64: dts: meson-axg: remove alternate xtal
      dt-bindings: clk: meson: add ao controller clock inputs
      dt-bindings: clk: meson: add main controller clock input
      arm64: dts: meson: add clock controller clock inputs

Neil Armstrong (1):
      dt-bindings: gpu: mali-midgard: Add resets property

 Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt | 10 +++++++++-
 Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt   |  5 +++++
 Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt      |  2 ++
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts                  |  2 ++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                      | 23 +++++++++++++----------
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                       |  2 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts             |  1 -
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi               |  1 -
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                     |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                      |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi                      | 27 +++++++++++++++++++++++++++
 11 files changed, 67 insertions(+), 14 deletions(-)

Comments

Rob Herring Dec. 11, 2018, 4:57 p.m. UTC | #1
On Mon, Dec 10, 2018 at 2:37 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit 5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3:
>
>   arm64: dts: meson-gx: Add Internal Clock Measurer node (2018-11-29 12:30:09 -0800)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2
>
> for you to fetch changes up to b29e9eccaaa721c2a303db6540535ee77a515f61:
>
>   arm64: dts: meson-gxm: Add Mali-T820 node (2018-12-10 12:11:32 -0800)
>
> ----------------------------------------------------------------
> arm64: dts: Amlogic updates for v4.21, round2
>
> Highlights:
> - GXM: add Mali T820
> - fix IRQ trigger type
> - AXG: enable GPIO IRQs, PHY IRQ, watchdog
>
> ----------------------------------------------------------------
> Carlo Caione (4):
>       arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs
>       arm64: dts: meson-axg: s400: Enable PHY interrupt
>       arm64: dts: meson-axg: Enable GPIO interrupt controller
>       arm64: dts: meson: Fix IRQ trigger type for macirq
>
> Christian Hewitt (1):
>       arm64: dts: meson-gxm: Add Mali-T820 node
>
> Jerome Brunet (4):
>       arm64: dts: meson-axg: remove alternate xtal
>       dt-bindings: clk: meson: add ao controller clock inputs
>       dt-bindings: clk: meson: add main controller clock input
>       arm64: dts: meson: add clock controller clock inputs
>
> Neil Armstrong (1):
>       dt-bindings: gpu: mali-midgard: Add resets property

Submitted, applied and a pull request all in one day. I have review
comments on this.

Rob
Kevin Hilman Dec. 11, 2018, 5:09 p.m. UTC | #2
Rob Herring <robh@kernel.org> writes:

> On Mon, Dec 10, 2018 at 2:37 PM Kevin Hilman <khilman@baylibre.com> wrote:
>>
>> The following changes since commit 5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3:
>>
>>   arm64: dts: meson-gx: Add Internal Clock Measurer node (2018-11-29 12:30:09 -0800)
>>
>> are available in the Git repository at:
>>
>>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2
>>
>> for you to fetch changes up to b29e9eccaaa721c2a303db6540535ee77a515f61:
>>
>>   arm64: dts: meson-gxm: Add Mali-T820 node (2018-12-10 12:11:32 -0800)
>>
>> ----------------------------------------------------------------
>> arm64: dts: Amlogic updates for v4.21, round2
>>
>> Highlights:
>> - GXM: add Mali T820
>> - fix IRQ trigger type
>> - AXG: enable GPIO IRQs, PHY IRQ, watchdog
>>
>> ----------------------------------------------------------------
>> Carlo Caione (4):
>>       arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs
>>       arm64: dts: meson-axg: s400: Enable PHY interrupt
>>       arm64: dts: meson-axg: Enable GPIO interrupt controller
>>       arm64: dts: meson: Fix IRQ trigger type for macirq
>>
>> Christian Hewitt (1):
>>       arm64: dts: meson-gxm: Add Mali-T820 node
>>
>> Jerome Brunet (4):
>>       arm64: dts: meson-axg: remove alternate xtal
>>       dt-bindings: clk: meson: add ao controller clock inputs
>>       dt-bindings: clk: meson: add main controller clock input
>>       arm64: dts: meson: add clock controller clock inputs
>>
>> Neil Armstrong (1):
>>       dt-bindings: gpu: mali-midgard: Add resets property
>
> Submitted, applied and a pull request all in one day. I have review
> comments on this.

Sorry, I didn't expect this one to be controversial.

I'll respin without the GPU one, all the others have been in my queue
for awhile.

Kevin