Devicetree
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Exynos850 ACPM SRAM devicetree node
@ 2026-07-27 13:23 Alexey Klimov
  2026-07-27 13:23 ` [PATCH v3 1/2] dt-bindings: sram: Document samsung,exynos850-acpm-sram Alexey Klimov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alexey Klimov @ 2026-07-27 13:23 UTC (permalink / raw)
  To: Sam Protsenko, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar, Peter Griffin
  Cc: Tudor Ambarus, linux-samsung-soc, linux-arm-kernel, devicetree,
	linux-kernel, Krzysztof Kozlowski

Hi all,

this is a small series that adds sram node required for ACPM communication.
Bindings update adds new compatible "samsung,exynos850-acpm-sram" there and
excludes it from having child nodes and not required properties.
The node becomes a simple one:

apm_sram: sram@2039000 {
	compatible = "samsung,exynos850-acpm-sram";
	reg = <0x2039000 0x40000>;
}

The ACPM driver will just continue to parse shmem phandle, so
as far as I can see no updates there are required.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
---
Changes in v3:
- sram node moved to the beginning of SoC section in DT change,
  reg property updated to match section requirement address-cells=1;
- updated trailers;
- Link to v2: https://lore.kernel.org/r/20260723-exynos850_sram-v2-0-c94968e52f42@linaro.org

Changes in v2:
- small update of the initial commit message
  "Add SRAM node" -> "Add acpm SRAM node"
- new commit, updates dt bindings to exclude sram node to have child nodes
  and related properties, this adds new compatible
  samsung,exynos850-acpm-sram
- Link to v1: https://lore.kernel.org/r/20260413-exynos850_sram-v1-1-7fda5b7fb7d4@linaro.org

---
Alexey Klimov (2):
      dt-bindings: sram: Document samsung,exynos850-acpm-sram
      arm64: dts: exynos850: Add acpm SRAM node

 Documentation/devicetree/bindings/sram/sram.yaml | 2 ++
 arch/arm64/boot/dts/exynos/exynos850.dtsi        | 5 +++++
 2 files changed, 7 insertions(+)
---
base-commit: b4515cf4156356e8f4fe6e0fdc17f59adab9772f
change-id: 20260413-exynos850_sram-ca1200b99e82

Best regards,
-- 
Alexey Klimov <alexey.klimov@linaro.org>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-09-12  5:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27 13:23 [PATCH v3 0/2] Exynos850 ACPM SRAM devicetree node Alexey Klimov
2026-07-27 13:23 ` [PATCH v3 1/2] dt-bindings: sram: Document samsung,exynos850-acpm-sram Alexey Klimov
     [not found]   ` <CAPLW+4ntx8qLy9jAYYdT+XwxwKHjvisutqEi04oPEQny8auD-Q@mail.gmail.com>
2026-09-11 16:20     ` Alexey Klimov
2026-09-12  5:52       ` Sam Protsenko
2026-07-27 13:23 ` [PATCH v3 2/2] arm64: dts: exynos850: Add acpm SRAM node Alexey Klimov
2026-09-11  0:28   ` Sam Protsenko
2026-09-11 16:22     ` Alexey Klimov
2026-09-10 21:38 ` [PATCH v3 0/2] Exynos850 ACPM SRAM devicetree node Alexey Klimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox