[V1 0/2] Add SoC support for stm32mp13xx CPUs

Rodolfo Giometti posted 2 patches 7 months ago
arch/arm/boot/dts/st/stm32mp131.dtsi |   7 +
drivers/soc/st/Makefile              |   1 +
drivers/soc/st/soc-stm32mp13.c       | 253 +++++++++++++++++++++++++++
3 files changed, 261 insertions(+)
create mode 100644 drivers/soc/st/soc-stm32mp13.c
[V1 0/2] Add SoC support for stm32mp13xx CPUs
Posted by Rodolfo Giometti 7 months ago
From: Rodolfo Giometti <rodolfo.giometti@kbact.org>

This patchset adds SoC support for stm32mp13xx CPUs, allowing users to
read the following information:

    # ls /sys/bus/soc/devices/soc0/
    family         power          secure         soc_id         uevent
    machine        revision       serial_number  subsystem

All entries are standard SoC entries except "secure", which reports
the CPU security status as described in the CPU datasheet.

Rodolfo Giometti (2):
  arm stm32mp131.dtsi: add "encoding_mode" nvmem definition
  drivers soc: add support for ST stm32mp13xx family

 arch/arm/boot/dts/st/stm32mp131.dtsi |   7 +
 drivers/soc/st/Makefile              |   1 +
 drivers/soc/st/soc-stm32mp13.c       | 253 +++++++++++++++++++++++++++
 3 files changed, 261 insertions(+)
 create mode 100644 drivers/soc/st/soc-stm32mp13.c

-- 
2.25.1