Skip to content

Commit 411727d

Browse files
petegriffinkrzk
authored andcommitted
dt-bindings: soc: samsung: exynos-pmu: remove syscon for google,gs101-pmu
Since commit ba5095e ("mfd: syscon: Allow syscon nodes without a "syscon" compatible") it is possible to register a regmap without the syscon compatible in the node. Update the bindings for google,gs101-pmu so that the syscon compatible is no longer required. As it isn't really correct to claim we are compatible with syscon (as a mmio regmap created by syscon will not work on gs101). Additionally (with the benefit of hindsight) PMU register writes were never working with a MMIO syscon on gs101, so the ABI break is justified. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20251114-remove-pmu-syscon-compat-v2-1-9496e8c496c7@linaro.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent d45eafe commit 411727d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ select:
3434
properties:
3535
compatible:
3636
oneOf:
37+
- enum:
38+
- google,gs101-pmu
3739
- items:
3840
- enum:
39-
- google,gs101-pmu
4041
- samsung,exynos3250-pmu
4142
- samsung,exynos4210-pmu
4243
- samsung,exynos4212-pmu

0 commit comments

Comments
 (0)