Message ID | 1454594660-7532-8-git-send-email-linus.walleij@linaro.org |
---|---|
State | New |
Headers | show |
On Wed, Feb 17, 2016 at 10:11 AM, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote: >> +Required properties: >> +- compatible: should be "epson,l2f50113t00" >> + >> +This binding is compatible with the panel-dpi binding, which is specified >> +in panel-dpi.txt in this directory. > > Do we really want to add new binding doc files for all panels, even if > they just point to a more generic binding? We may end up with quite a > lot of these, each only saying "look at the panel-dpi.txt". That's sort of what I'm asking too. But there was some other file doing exactly this :( What do you say about just putting a list of compatible panels directly into panel-dpi.txt? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/display/panel/epson,l2f50113t00.txt b/Documentation/devicetree/bindings/display/panel/epson,l2f50113t00.txt new file mode 100644 index 000000000000..58eca804dbe8 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/epson,l2f50113t00.txt @@ -0,0 +1,7 @@ +Epson Mobile display + +Required properties: +- compatible: should be "epson,l2f50113t00" + +This binding is compatible with the panel-dpi binding, which is specified +in panel-dpi.txt in this directory. diff --git a/Documentation/devicetree/bindings/display/panel/sanyo,alr252rgt.txt b/Documentation/devicetree/bindings/display/panel/sanyo,alr252rgt.txt new file mode 100644 index 000000000000..d24562b34cd0 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/sanyo,alr252rgt.txt @@ -0,0 +1,7 @@ +Sanyo Electric Co. 2.5" panel + +Required properties: +- compatible: should be "sanyo,alr252rgt" + +This binding is compatible with the panel-dpi binding, which is specified +in panel-dpi.txt in this directory. diff --git a/Documentation/devicetree/bindings/display/panel/sanyo,tm38qv67a02a.txt b/Documentation/devicetree/bindings/display/panel/sanyo,tm38qv67a02a.txt new file mode 100644 index 000000000000..c1582012d52e --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/sanyo,tm38qv67a02a.txt @@ -0,0 +1,7 @@ +Sanyo Electric Co. 3.8" panel + +Required properties: +- compatible: should be "sanyo,tm38qv67a02a" + +This binding is compatible with the panel-dpi binding, which is specified +in panel-dpi.txt in this directory. diff --git a/Documentation/devicetree/bindings/display/panel/sharp,lq084v1dg21.txt b/Documentation/devicetree/bindings/display/panel/sharp,lq084v1dg21.txt new file mode 100644 index 000000000000..8318c2422740 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/sharp,lq084v1dg21.txt @@ -0,0 +1,7 @@ +Sharp 8.4" VGA color TFT + +Required properties: +- compatible: should be "sharp,lq084v1dg21" + +This binding is compatible with the panel-dpi binding, which is specified +in panel-dpi.txt in this directory. diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 72e2c5a2b327..da5d8bf13818 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -198,6 +198,7 @@ ricoh Ricoh Co. Ltd. rockchip Fuzhou Rockchip Electronics Co., Ltd samsung Samsung Semiconductor sandisk Sandisk Corporation +sanyo Sanyo Electric Co., Ltd. sbs Smart Battery System schindler Schindler seagate Seagate Technology PLC
This adds bindings for the LCD displays that can be found connected to the ARM Versatile reference design, interface boards IB1 and IB2. Cc: Pawel Moll <pawel.moll@arm.com> Cc: Rob Herring <robh@kernel.org> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- .../devicetree/bindings/display/panel/epson,l2f50113t00.txt | 7 +++++++ .../devicetree/bindings/display/panel/sanyo,alr252rgt.txt | 7 +++++++ .../devicetree/bindings/display/panel/sanyo,tm38qv67a02a.txt | 7 +++++++ .../devicetree/bindings/display/panel/sharp,lq084v1dg21.txt | 7 +++++++ Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 5 files changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/epson,l2f50113t00.txt create mode 100644 Documentation/devicetree/bindings/display/panel/sanyo,alr252rgt.txt create mode 100644 Documentation/devicetree/bindings/display/panel/sanyo,tm38qv67a02a.txt create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq084v1dg21.txt -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html