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:
const: 1
ranges: true
pins-are-numbered: true
pins-are-numbered:
$ref: /schemas/types.yaml#/definitions/flag
deprecated: true
hwlocks: true
interrupts:
......@@ -206,7 +208,6 @@ required:
- '#address-cells'
- '#size-cells'
- ranges
- pins-are-numbered
additionalProperties: false
......@@ -220,7 +221,6 @@ examples:
#size-cells = <1>;
compatible = "st,stm32f429-pinctrl";
ranges = <0 0x40020000 0x3000>;
pins-are-numbered;
gpioa: gpio@0 {
gpio-controller;
......@@ -238,7 +238,6 @@ examples:
#size-cells = <1>;
compatible = "st,stm32f429-pinctrl";
ranges = <0 0x50020000 0x3000>;
pins-are-numbered;
gpiob: gpio@1000 {
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