diff options
author | 2025-03-12 09:32:15 +0100 | |
---|---|---|
committer | 2025-03-14 11:48:35 +0000 | |
commit | b904243247d1acb0ebbd4978feb639441dc51fc1 (patch) | |
tree | bd773edd50a1ea9225962f8bb79feb5a144eb671 | |
parent | mfd: cgbc-core: Cleanup signedness in cgbc_session_request() (diff) | |
download | wireguard-linux-b904243247d1acb0ebbd4978feb639441dc51fc1.tar.xz wireguard-linux-b904243247d1acb0ebbd4978feb639441dc51fc1.zip |
dt-bindings: mfd: syscon: Add the pbus-csr node for Airoha EN7581 SoC
Introduce pbus-csr document bindings in syscon.yaml for EN7581 SoC.
The airoha pbus-csr block provides a configuration interface for the PBUS
controller used to detect if a given address is accessible on PCIe
controller.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250312-en7581-pbus_csr-binding-v3-1-7bd9f00a25a4@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/syscon.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index 2836e4793afc..54759fb95e15 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -27,6 +27,7 @@ select: compatible: contains: enum: + - airoha,en7581-pbus-csr - al,alpine-sysfabric-service - allwinner,sun8i-a83t-system-controller - allwinner,sun8i-h3-system-controller @@ -127,6 +128,7 @@ properties: compatible: items: - enum: + - airoha,en7581-pbus-csr - al,alpine-sysfabric-service - allwinner,sun8i-a83t-system-controller - allwinner,sun8i-h3-system-controller |