Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: soc: google: Add gs101-pmu-intr-gen binding documentation

Add bindings documentation for the Power Management Unit (PMU) interrupt
generator.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Link: https://lore.kernel.org/r/20250506-contrib-pg-cpu-hotplug-suspend2ram-fixes-v1-v4-1-9f64a2657316@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Peter Griffin and committed by
Krzysztof Kozlowski
0475b0d8 2c2e5e90

+35
+35
Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/soc/google/google,gs101-pmu-intr-gen.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Google Power Management Unit (PMU) Interrupt Generation 8 + 9 + description: | 10 + PMU interrupt generator for handshaking between PMU through interrupts. 11 + 12 + maintainers: 13 + - Peter Griffin <peter.griffin@linaro.org> 14 + 15 + properties: 16 + compatible: 17 + items: 18 + - const: google,gs101-pmu-intr-gen 19 + - const: syscon 20 + 21 + reg: 22 + maxItems: 1 23 + 24 + required: 25 + - compatible 26 + - reg 27 + 28 + additionalProperties: false 29 + 30 + examples: 31 + - | 32 + pmu_intr_gen: syscon@17470000 { 33 + compatible = "google,gs101-pmu-intr-gen", "syscon"; 34 + reg = <0x17470000 0x10000>; 35 + };