[PATCH 0/4] ARM: upgrade Amlogic DT to Linux 5.10
Neil Armstrong
narmstrong at baylibre.com
Thu Nov 12 14:35:12 CET 2020
On 06/11/2020 11:18, Neil Armstrong wrote:
> This syncs the Amlogic DT to 5.10, and :
> - adds support for the new common MESON_EE_POWER_DOMAIN synced on 5.10
> - adds Odroid-N2+ DT using the Odroid-N2 DT as base
>
> Neil Armstrong (4):
> ARM: dts: sync Amlogic GX & AXG from Linux 5.10-rc1
> power: domain: meson-ee-pwrc: add support for the Meson GX SoCs
> power: domain: meson-ee-pwrc: add support for the Meson AXG SoCs
> configs: use the new MESON_EE_POWER_DOMAIN driver for Amlogic
> GXBB/GXL/GXM boards
>
> arch/arm/dts/Makefile | 1 +
> arch/arm/dts/meson-axg.dtsi | 6 +-
> arch/arm/dts/meson-g12b-khadas-vim3.dtsi | 88 ---
> arch/arm/dts/meson-g12b-odroid-n2-plus.dts | 31 +
> arch/arm/dts/meson-g12b-odroid-n2.dts | 618 +----------------
> arch/arm/dts/meson-g12b-odroid-n2.dtsi | 625 ++++++++++++++++++
> arch/arm/dts/meson-gx-mali450.dtsi | 61 ++
> arch/arm/dts/meson-gx.dtsi | 18 +-
> arch/arm/dts/meson-gxbb.dtsi | 63 +-
> arch/arm/dts/meson-gxl-mali.dtsi | 46 +-
> arch/arm/dts/meson-gxl-s805x-libretech-ac.dts | 2 +-
> arch/arm/dts/meson-gxl-s805x.dtsi | 23 +
> arch/arm/dts/meson-gxl.dtsi | 17 +-
> arch/arm/dts/meson-gxm.dtsi | 45 +-
> arch/arm/dts/meson-khadas-vim3.dtsi | 94 ++-
> arch/arm/dts/meson-sm1-khadas-vim3l.dts | 86 ---
> configs/libretech-ac_defconfig | 2 +-
> configs/libretech-cc_defconfig | 2 +-
> configs/libretech-s905d-pc_defconfig | 2 +-
> configs/libretech-s912-pc_defconfig | 2 +-
> configs/odroid-c2_defconfig | 2 +-
> drivers/power/domain/meson-ee-pwrc.c | 52 +-
> include/dt-bindings/power/meson-axg-power.h | 14 +
> include/dt-bindings/power/meson-gxbb-power.h | 13 +
> 24 files changed, 1002 insertions(+), 911 deletions(-)
> create mode 100644 arch/arm/dts/meson-g12b-odroid-n2-plus.dts
> create mode 100644 arch/arm/dts/meson-g12b-odroid-n2.dtsi
> create mode 100644 arch/arm/dts/meson-gx-mali450.dtsi
> create mode 100644 arch/arm/dts/meson-gxl-s805x.dtsi
> create mode 100644 include/dt-bindings/power/meson-axg-power.h
> create mode 100644 include/dt-bindings/power/meson-gxbb-power.h
>
Applied to u-boot-amlogic-next
More information about the U-Boot
mailing list