Commit 80b99ed7 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer Committed by Linus Walleij

dt-bindings: pinctrl: st,stm32: Deprecate pins-are-numbered

Deprecate the pins-are-numbered property
Signed-off-by: default avatarBernhard Rosenkränzer <bero@baylibre.com>
Reviewed-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221129023401.278780-5-bero@baylibre.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8f7b96bd
...@@ -34,7 +34,9 @@ properties: ...@@ -34,7 +34,9 @@ properties:
const: 1 const: 1
ranges: true ranges: true
pins-are-numbered: true pins-are-numbered:
$ref: /schemas/types.yaml#/definitions/flag
deprecated: true
hwlocks: true hwlocks: true
interrupts: interrupts:
...@@ -206,7 +208,6 @@ required: ...@@ -206,7 +208,6 @@ required:
- '#address-cells' - '#address-cells'
- '#size-cells' - '#size-cells'
- ranges - ranges
- pins-are-numbered
additionalProperties: false additionalProperties: false
...@@ -220,7 +221,6 @@ examples: ...@@ -220,7 +221,6 @@ examples:
#size-cells = <1>; #size-cells = <1>;
compatible = "st,stm32f429-pinctrl"; compatible = "st,stm32f429-pinctrl";
ranges = <0 0x40020000 0x3000>; ranges = <0 0x40020000 0x3000>;
pins-are-numbered;
gpioa: gpio@0 { gpioa: gpio@0 {
gpio-controller; gpio-controller;
...@@ -238,7 +238,6 @@ examples: ...@@ -238,7 +238,6 @@ examples:
#size-cells = <1>; #size-cells = <1>;
compatible = "st,stm32f429-pinctrl"; compatible = "st,stm32f429-pinctrl";
ranges = <0 0x50020000 0x3000>; ranges = <0 0x50020000 0x3000>;
pins-are-numbered;
gpiob: gpio@1000 { gpiob: gpio@1000 {
gpio-controller; gpio-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment