Skip to content

Commit 0f0a7bd

Browse files
Russell King (Oracle)lag-linaro
authored andcommitted
dt-bindings: gpio: Add Apple Mac SMC GPIO block
Add the DT binding for the Apple Mac System Management Controller GPIOs. Signed-off-by: "Russell King (Oracle)" <rmk+kernel@armlinux.org.uk> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Neal Gompa <neal@gompa.dev> Reviewed-by: "Rob Herring (Arm)" <robh@kernel.org> Signed-off-by: Sven Peter <sven@kernel.org> Link: https://lore.kernel.org/r/20250610-smc-6-15-v7-1-556cafd771d3@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 19272b3 commit 0f0a7bd

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/gpio/apple,smc-gpio.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Apple Mac System Management Controller GPIO
8+
9+
maintainers:
10+
- Sven Peter <sven@kernel.org>
11+
12+
description:
13+
Apple Mac System Management Controller GPIO block.
14+
15+
properties:
16+
compatible:
17+
const: apple,smc-gpio
18+
19+
gpio-controller: true
20+
21+
'#gpio-cells':
22+
const: 2
23+
24+
required:
25+
- compatible
26+
- gpio-controller
27+
- '#gpio-cells'
28+
29+
additionalProperties: false

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,6 +2331,7 @@ F: Documentation/devicetree/bindings/arm/apple/*
23312331
F: Documentation/devicetree/bindings/clock/apple,nco.yaml
23322332
F: Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml
23332333
F: Documentation/devicetree/bindings/dma/apple,admac.yaml
2334+
F: Documentation/devicetree/bindings/gpio/apple,smc-gpio.yaml
23342335
F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml
23352336
F: Documentation/devicetree/bindings/input/touchscreen/apple,z2-multitouch.yaml
23362337
F: Documentation/devicetree/bindings/interrupt-controller/apple,*

0 commit comments

Comments
 (0)