mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 20:25:16 +00:00
dt-bindings: gpio: gpio-mvebu: deprecate armadaxp-gpio
Commit 5f79c651e8 ("arm: mvebu: use global interrupts for GPIOs on
Armada XP") the marvell,armadaxp-gpio compatible obsolete.
The driver code still exists to handle the armadaxp behaviour but all
the in-tree boards use the marvell,armada-370-gpio. Document the
marvell,armadaxp-gpio compatible as deprecated.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
1282157a6c
commit
988c8c0cd0
@ -21,17 +21,21 @@ properties:
|
|||||||
- enum:
|
- enum:
|
||||||
- marvell,mv78200-gpio
|
- marvell,mv78200-gpio
|
||||||
- marvell,armada-370-gpio
|
- marvell,armada-370-gpio
|
||||||
- marvell,armadaxp-gpio
|
|
||||||
- const: marvell,orion-gpio
|
- const: marvell,orion-gpio
|
||||||
|
|
||||||
|
- description: Deprecated binding
|
||||||
|
items:
|
||||||
|
- const: marvell,armadaxp-gpio
|
||||||
|
- const: marvell,orion-gpio
|
||||||
|
deprecated: true
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
description: |
|
description: |
|
||||||
Address and length of the register set for the device. Not used for
|
Address and length of the register set for the device. Not used for
|
||||||
marvell,armada-8k-gpio.
|
marvell,armada-8k-gpio.
|
||||||
|
|
||||||
For the "marvell,armadaxp-gpio" variant a second entry is expected for
|
A second entry can be provided, for the PWM function using the GPIO Blink
|
||||||
the per-cpu registers. For other variants second entry can be provided,
|
Counter on/off registers.
|
||||||
for the PWM function using the GPIO Blink Counter on/off registers.
|
|
||||||
minItems: 1
|
minItems: 1
|
||||||
maxItems: 2
|
maxItems: 2
|
||||||
|
|
||||||
@ -103,18 +107,6 @@ allOf:
|
|||||||
required:
|
required:
|
||||||
- reg
|
- reg
|
||||||
|
|
||||||
- if:
|
|
||||||
properties:
|
|
||||||
compatible:
|
|
||||||
contains:
|
|
||||||
const: marvell,armadaxp-gpio
|
|
||||||
then:
|
|
||||||
properties:
|
|
||||||
reg:
|
|
||||||
minItems: 2
|
|
||||||
reg-names:
|
|
||||||
minItems: 2
|
|
||||||
|
|
||||||
unevaluatedProperties: true
|
unevaluatedProperties: true
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user