[PATCH 0/4] Add AMD Pensando Elba Device Tree

Brad Larson blarson at amd.com
Mon Sep 25 12:56:06 PDT 2023


The Elba System Controller is dropped from this patch series.  The
following Elba enablement patches have been merged.

f2156989bf30 spi: cdns: Add compatible for AMD Pensando Elba SoC
f5c2f9f95843 spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC
2c8606040a80 spi: dw: Add support for AMD Pensando Elba SoC
6282a6ceef62 spi: dw: Add AMD Pensando Elba SoC SPI Controller
aad53d4ee756 mmc: sdhci-cadence: Support mmc hardware reset
b5dbcf1f1d1a mmc: sdhci-cadence: Add AMD Pensando Elba SoC support
e095b78ef2db mmc: sdhci-cadence: Support device specific init during probe
d3e32f847891 mmc: sdhci-cadence: Enable device specific override of writel()
82e4726b00e9 dt-bindings: mmc: cdns: Add AMD Pensando Elba SoC
8e993c5888fa dt-bindings: mfd: syscon: Add amd,pensando-elba-syscon compatible

The relevant DT changes from the previous series is below.  That series is
being split into two.  The first is this series with the device tree and
what is missing for enablement.  The second for TBD Elba system controller
support.

v15-0006-arm64-dts-Add-AMD-Pensando-Elba-SoC-support.patch
- The first cell in the cpu reg property is always zero.  Change
  address-cells to <1> and dropped the leading zero from all cpu* reg<>
- Added read-only and spare partitions to flash0

v14-0006-arm64-dts-Add-AMD-Pensando-Elba-SoC-support.patch
- Fix dtbs_check l2-cache* property issue by adding required
  cache-level and cache-unified properties
- Observed the issue after updating dtschema from 2023.1 to 2023.4
  and yamllint from 1.26.3 to 1.30.0

v6-0010-arm64-dts-Add-AMD-Pensando-Elba-SoC-support
- Update node names and add amd,pensando-elba-syscon


Brad Larson (4):
  dt-bindings: arm: add AMD Pensando boards
  MAINTAINERS: Add entry for AMD PENSANDO
  arm64: Add config for AMD Pensando SoC platforms
  arm64: dts: Add AMD Pensando Elba SoC support

 .../devicetree/bindings/arm/amd,pensando.yaml |  26 +++
 MAINTAINERS                                   |   7 +
 arch/arm64/Kconfig.platforms                  |  12 ++
 arch/arm64/boot/dts/amd/Makefile              |   1 +
 arch/arm64/boot/dts/amd/elba-16core.dtsi      | 197 ++++++++++++++++++
 arch/arm64/boot/dts/amd/elba-asic-common.dtsi |  70 +++++++
 arch/arm64/boot/dts/amd/elba-asic.dts         |  28 +++
 arch/arm64/boot/dts/amd/elba-flash-parts.dtsi | 117 +++++++++++
 arch/arm64/boot/dts/amd/elba.dtsi             | 191 +++++++++++++++++
 9 files changed, 649 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/amd,pensando.yaml
 create mode 100644 arch/arm64/boot/dts/amd/elba-16core.dtsi
 create mode 100644 arch/arm64/boot/dts/amd/elba-asic-common.dtsi
 create mode 100644 arch/arm64/boot/dts/amd/elba-asic.dts
 create mode 100644 arch/arm64/boot/dts/amd/elba-flash-parts.dtsi
 create mode 100644 arch/arm64/boot/dts/amd/elba.dtsi


base-commit: 7bc675554773f09d88101bf1ccfc8537dc7c0be9
-- 
2.17.1




More information about the linux-arm-kernel mailing list