From: Thierry Reding Date: Mon, 3 Dec 2018 16:13:10 +0000 (+0100) Subject: dt-bindings: panel: Add missing .txt suffix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=993a815dcbb2d13c2a2fe6b89612361dd7f0a4df;p=linux.git dt-bindings: panel: Add missing .txt suffix All other files in that directory have a .txt suffix, so add one for consistency. Signed-off-by: Thierry Reding Reviewed-by: Rob Herring Link: https://patchwork.freedesktop.org/patch/msgid/20181203161310.15438-1-thierry.reding@gmail.com --- diff --git a/Documentation/devicetree/bindings/display/panel/auo,g101evn010 b/Documentation/devicetree/bindings/display/panel/auo,g101evn010 deleted file mode 100644 index bc6a0c858e23e..0000000000000 --- a/Documentation/devicetree/bindings/display/panel/auo,g101evn010 +++ /dev/null @@ -1,12 +0,0 @@ -AU Optronics Corporation 10.1" (1280x800) color TFT LCD panel - -Required properties: -- compatible: should be "auo,g101evn010" -- power-supply: as specified in the base binding - -Optional properties: -- backlight: as specified in the base binding -- enable-gpios: as specified in the base binding - -This binding is compatible with the simple-panel binding, which is specified -in simple-panel.txt in this directory. diff --git a/Documentation/devicetree/bindings/display/panel/auo,g101evn010.txt b/Documentation/devicetree/bindings/display/panel/auo,g101evn010.txt new file mode 100644 index 0000000000000..bc6a0c858e23e --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/auo,g101evn010.txt @@ -0,0 +1,12 @@ +AU Optronics Corporation 10.1" (1280x800) color TFT LCD panel + +Required properties: +- compatible: should be "auo,g101evn010" +- power-supply: as specified in the base binding + +Optional properties: +- backlight: as specified in the base binding +- enable-gpios: as specified in the base binding + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory.