mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
4569820881
Cleanup bindings dropping the last remaining unneeded quotes. With this, the check for this can be enabled in yamllint. Acked-by: Miquel Raynal <miquel.raynal@bootlin.com> # for mtd Acked-by: Sudeep Holla <sudeep.holla@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Wolfram Sang <wsa@kernel.org> # for AT24/I2C Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230823183749.2609013-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
64 lines
1.2 KiB
YAML
64 lines
1.2 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/gpio/x-powers,axp209-gpio.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: X-Powers AXP209 GPIO
|
|
|
|
maintainers:
|
|
- Chen-Yu Tsai <wens@csie.org>
|
|
|
|
properties:
|
|
"#gpio-cells":
|
|
const: 2
|
|
description: >
|
|
The first cell is the pin number and the second is the GPIO flags.
|
|
|
|
compatible:
|
|
oneOf:
|
|
- enum:
|
|
- x-powers,axp209-gpio
|
|
- x-powers,axp221-gpio
|
|
- x-powers,axp813-gpio
|
|
- items:
|
|
- enum:
|
|
- x-powers,axp223-gpio
|
|
- x-powers,axp809-gpio
|
|
- const: x-powers,axp221-gpio
|
|
- items:
|
|
- const: x-powers,axp803-gpio
|
|
- const: x-powers,axp813-gpio
|
|
|
|
gpio-controller: true
|
|
|
|
patternProperties:
|
|
"^.*-pins?$":
|
|
$ref: /schemas/pinctrl/pinmux-node.yaml#
|
|
additionalProperties: false
|
|
|
|
properties:
|
|
pins:
|
|
items:
|
|
enum:
|
|
- GPIO0
|
|
- GPIO1
|
|
- GPIO2
|
|
- GPIO3
|
|
|
|
function:
|
|
enum:
|
|
- adc
|
|
- ldo
|
|
- gpio_in
|
|
- gpio_out
|
|
|
|
required:
|
|
- compatible
|
|
- "#gpio-cells"
|
|
- gpio-controller
|
|
|
|
additionalProperties: false
|
|
|
|
...
|