mbox series

[v2,0/4] arm64: dts: meson: add libretech-pc support

Message ID 20191209143836.825990-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson: add libretech-pc support | expand

Message

Jerome Brunet Dec. 9, 2019, 2:38 p.m. UTC
This patchset adds support the new libretech PC platform, aka tartiflette.
There is two variants of this platform, one with the S905D and another
with the S912.

Changes since v1 [0]:
 * update adc keys
 * add phy irq pinctrl configuration
 * update leds description

[0]: https://lkml.kernel.org/r/20191206100218.480348-1-jbrunet@baylibre.com

Jerome Brunet (4):
  arm64: dts: meson: gxl: add i2c C pins
  arm64: defconfig: enable FUSB302 as module
  dt-bindings: arm: amlogic: add libretech-pc bindings
  arm64: dts: meson: add libretech-pc boards support

 .../devicetree/bindings/arm/amlogic.yaml      |   2 +
 arch/arm64/boot/dts/amlogic/Makefile          |   2 +
 .../dts/amlogic/meson-gx-libretech-pc.dtsi    | 375 ++++++++++++++++++
 .../amlogic/meson-gxl-s905d-libretech-pc.dts  |  16 +
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi    |   9 +
 .../amlogic/meson-gxm-s912-libretech-pc.dts   |  62 +++
 arch/arm64/configs/defconfig                  |   2 +
 7 files changed, 468 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts

Comments

Kevin Hilman Dec. 16, 2019, 8 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset adds support the new libretech PC platform, aka tartiflette.
> There is two variants of this platform, one with the S905D and another
> with the S912.
>
> Changes since v1 [0]:
>  * update adc keys
>  * add phy irq pinctrl configuration
>  * update leds description

Queued for v5.6,

Kevin
patchwork-bot+linux-amlogic@kernel.org Dec. 16, 2019, 8:01 p.m. UTC | #2
Hello:

This series was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Mon,  9 Dec 2019 15:38:32 +0100 you wrote:
> This patchset adds support the new libretech PC platform, aka tartiflette.
> There is two variants of this platform, one with the S905D and another
> with the S912.
> 
> Changes since v1 [0]:
>  * update adc keys
>  * add phy irq pinctrl configuration
>  * update leds description
> 
> [...]


Here is a summary with links:
  - [v2,1/4] arm64: dts: meson: gxl: add i2c C pins
    https://git.kernel.org/khilman/linux-amlogic/c/4e11697528ebb0b6abdbd23e41ce64638739e5a3
  - [v2,2/4] arm64: defconfig: enable FUSB302 as module
    https://git.kernel.org/khilman/linux-amlogic/c/afa7fb9cc222d301e51f967a26743b9076474c92
  - [v2,3/4] dt-bindings: arm: amlogic: add libretech-pc bindings
    https://git.kernel.org/khilman/linux-amlogic/c/727d01cb17c8a8e593ace9d136cb382a2c0d9e94
  - [v2,4/4] arm64: dts: meson: add libretech-pc boards support
    https://git.kernel.org/khilman/linux-amlogic/c/865a0d06f870ea1ffccdb2b2d0acf7e2a0deb9a3

You are awesome, thank you!