From: Heiko Stuebner Date: Tue, 13 Nov 2018 12:42:05 +0000 (+0100) Subject: dt-bindings: display: add binding for Innolux ee101ia-01d panel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=24332d0d06a25d9fe4e7fd0275b9586cc65aea68;p=openwrt%2Fstaging%2Fblogic.git dt-bindings: display: add binding for Innolux ee101ia-01d panel This is a panel handled through the generic lvds-panel binding, so only needs its additional compatible specified. Signed-off-by: Heiko Stuebner Reviewed-by: Rob Herring Link: https://patchwork.freedesktop.org/patch/msgid/20181113124205.29319-1-heiko@sntech.de --- diff --git a/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt new file mode 100644 index 000000000000..e5ca4ccd55ed --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.txt @@ -0,0 +1,7 @@ +Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel + +Required properties: +- compatible: should be "innolux,ee101ia-01d" + +This binding is compatible with the lvds-panel binding, which is specified +in panel-lvds.txt in this directory.