From: Mauro Carvalho Chehab Date: Tue, 17 Mar 2020 13:10:45 +0000 (+0100) Subject: docs: dt: fix a broken reference to input.yaml X-Git-Tag: v5.7-rc1~111^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e64ca27ab9205b993dc5aa7a1ad1d093f1b9ab76;p=thirdparty%2Flinux.git docs: dt: fix a broken reference to input.yaml The old file was converted to yaml, but its reference was still pointing to the old one. Fixes: 7cef1079e3ad ("dt-bindings: input: Add common input binding in json-schema") Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt index e07735a8c2c79..8cac6fafaab08 100644 --- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt @@ -164,7 +164,7 @@ Required properties: - compatible: should be: "fsl,imx8qxp-sc-key" followed by "fsl,imx-sc-key"; -- linux,keycodes: See Documentation/devicetree/bindings/input/keys.txt +- linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml Example (imx8qxp): -------------