Re: [PATCH RFC 1/8] dt-bindings: soc: move and rename google,gs101-pmu-intr-gen schema under soc/samsung/
From: Peter Griffin <peter.griffin@linaro.org>
Date: 2026-03-06 14:22:20
Also in:
linux-arm-kernel, linux-samsung-soc, lkml
Hi Alexey, On Thu, 26 Feb 2026 at 15:47, Alexey Klimov [off-list ref] wrote:
The GS101 PMU interrupts generation block is actually a standard Samsung Exynos IP block found in older SoCs like the Exynos 850 and others and not exclusive to Google SoCs. Thus, renaming to samsung,exynos850-pmu-intr-gen, moving the schema file to soc/samsung directory to reflect its origin, since Exynos850 predates GS101 SoCs, and preparing for adding Exynos850 description. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> ---
I'll leave it to Krzysztof to decide if renaming/moving makes sense and if there are any guidelines/rules around this. From my PoV it seems likely that there will be many more Samsung Exynos based SoCs with this IP than Google designed ones (Google SoCs I'm aware of with the IP being gs101, gs201, zuma and zuma pro). regards, Peter
quoted hunk ↗ jump to hunk
.../samsung,exynos850-pmu-intr-gen.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos850-pmu-intr-gen.yaml similarity index 80% rename from Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml rename to Documentation/devicetree/bindings/soc/samsung/samsung,exynos850-pmu-intr-gen.yaml index 2be022ca6a7d..f9b40f3fd165 100644 --- a/Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos850-pmu-intr-gen.yaml@@ -1,10 +1,10 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/soc/google/google,gs101-pmu-intr-gen.yaml# +$id: http://devicetree.org/schemas/soc/samsung/samsung,exynos850-pmu-intr-gen.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Google Power Management Unit (PMU) Interrupt Generation +title: Samsung Power Management Unit (PMU) Interrupt Generation description: | PMU interrupt generator for handshaking between PMU through interrupts. --2.51.0