mbox series

[v2,0/3] arm64: meson: Add SoC ID detection for G12A

Message ID 20190307140147.22047-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: meson: Add SoC ID detection for G12A | expand

Message

Neil Armstrong March 7, 2019, 2:01 p.m. UTC
This patchset :
- Fixes the package id detection for S905 variants and AXG packages
- Adds new SoC IDs and Packages IDs for G12A/G12B, and S805X/Y
- Adds Add AO Secure node for G12A dtsi

Changes since v1:
- Added G12B S922X package ID
- Added G12A S905D2 package ID
- Fixed patch 2 commit message

Neil Armstrong (3):
  soc: amlogic: gx-socinfo: Add mask for each SoC packages
  soc: amlogic: gx-socinfo: Add new SoC IDs and Packages IDs
  arm64: dts: meson-g12a: Add AO Secure node

 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi |  6 ++++
 drivers/soc/amlogic/meson-gx-socinfo.c      | 39 +++++++++++++--------
 2 files changed, 30 insertions(+), 15 deletions(-)

Comments

Kevin Hilman March 12, 2019, 8:25 p.m. UTC | #1
Neil Armstrong <narmstrong@baylibre.com> writes:

> This patchset :
> - Fixes the package id detection for S905 variants and AXG packages
> - Adds new SoC IDs and Packages IDs for G12A/G12B, and S805X/Y
> - Adds Add AO Secure node for G12A dtsi
>
> Changes since v1:
> - Added G12B S922X package ID
> - Added G12A S905D2 package ID
> - Fixed patch 2 commit message

Series queued for v5.2.

> Neil Armstrong (3):
>   soc: amlogic: gx-socinfo: Add mask for each SoC packages
>   soc: amlogic: gx-socinfo: Add new SoC IDs and Packages IDs

Applied to branch: v5.2/drivers.

>   arm64: dts: meson-g12a: Add AO Secure node

Applied to v5.2/dt64,

Thanks for all the new SoC detection!

Kevin