Commit cd2807e7 authored by Michal Simek's avatar Michal Simek Committed by Linus Walleij

dt-bindings: pinctr: pinctrl-zynq: Fix compatible string

Compatible string doesn't really match with compatible string listed in the
driver itself. While binding was converted from txt to yaml
xlnx,zynq-pinctrl was listed as compatible string but example was using
xlnx,pinctrl-zynq and also this string is used in all DTSes.
xlnx,zynq-pinctrl is used only in dt binding and not present in any DT
which is stable for quite a long time that's why use old compatible string
and update binding document instead of starting to use unused compatible
string.

Fixes: 153df45a ("dt-bindings: pinctrl: pinctrl-zynq: Convert to yaml")
Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/c1307a4dd5e30290acacc786cb2170deb9eaa539.1706087258.git.michal.simek@amd.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b96e00a4
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2 %YAML 1.2
--- ---
$id: http://devicetree.org/schemas/pinctrl/xlnx,zynq-pinctrl.yaml# $id: http://devicetree.org/schemas/pinctrl/xlnx,pinctrl-zynq.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Xilinx Zynq Pinctrl title: Xilinx Zynq Pinctrl
...@@ -28,7 +28,7 @@ description: | ...@@ -28,7 +28,7 @@ description: |
properties: properties:
compatible: compatible:
const: xlnx,zynq-pinctrl const: xlnx,pinctrl-zynq
reg: reg:
description: Specifies the base address and size of the SLCR space. description: Specifies the base address and size of the SLCR space.
...@@ -181,7 +181,7 @@ examples: ...@@ -181,7 +181,7 @@ examples:
- | - |
#include <dt-bindings/pinctrl/pinctrl-zynq.h> #include <dt-bindings/pinctrl/pinctrl-zynq.h>
pinctrl0: pinctrl@700 { pinctrl0: pinctrl@700 {
compatible = "xlnx,zynq-pinctrl"; compatible = "xlnx,pinctrl-zynq";
reg = <0x700 0x200>; reg = <0x700 0x200>;
syscon = <&slcr>; syscon = <&slcr>;
......
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