Message ID | 1465700010-13483-1-git-send-email-ykk@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jun 12, 2016 at 10:53:30AM +0800, Yakir Yang wrote: > The LG LP097QX1-SPA1 is an 9.7", 2048x1536 (QXGA) TFT-LCD panel > connected using eDP interfaces. > > Signed-off-by: Yakir Yang <ykk@rock-chips.com> > Acked-by: Rob Herring <robh@kernel.org> > --- > Changes in v3: None > Changes in v2: > - Add Rob's acked for dt-bindings of LG LP097QX1-SPA1 panel > > .../devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt Applied all six patches, though I modified 3/6 as Doug suggested. Thierry
On Thu, Jul 07, 2016 at 11:55:23PM +0200, Thierry Reding wrote: > On Sun, Jun 12, 2016 at 10:53:30AM +0800, Yakir Yang wrote: > > The LG LP097QX1-SPA1 is an 9.7", 2048x1536 (QXGA) TFT-LCD panel > > connected using eDP interfaces. > > > > Signed-off-by: Yakir Yang <ykk@rock-chips.com> > > Acked-by: Rob Herring <robh@kernel.org> > > --- > > Changes in v3: None > > Changes in v2: > > - Add Rob's acked for dt-bindings of LG LP097QX1-SPA1 panel > > > > .../devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt | 7 +++++++ > > 1 file changed, 7 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt > > Applied all six patches, though I modified 3/6 as Doug suggested. I mean patch 4/6, of course. Thierry
Thierry, On 07/08/2016 05:57 AM, Thierry Reding wrote: > On Thu, Jul 07, 2016 at 11:55:23PM +0200, Thierry Reding wrote: >> On Sun, Jun 12, 2016 at 10:53:30AM +0800, Yakir Yang wrote: >>> The LG LP097QX1-SPA1 is an 9.7", 2048x1536 (QXGA) TFT-LCD panel >>> connected using eDP interfaces. >>> >>> Signed-off-by: Yakir Yang <ykk@rock-chips.com> >>> Acked-by: Rob Herring <robh@kernel.org> >>> --- >>> Changes in v3: None >>> Changes in v2: >>> - Add Rob's acked for dt-bindings of LG LP097QX1-SPA1 panel >>> >>> .../devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt | 7 +++++++ >>> 1 file changed, 7 insertions(+) >>> create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt >> Applied all six patches, though I modified 3/6 as Doug suggested. > I mean patch 4/6, of course. Wow, good news, thanks a lot :-D - Yakir > Thierry
diff --git a/Documentation/devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt b/Documentation/devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt new file mode 100644 index 0000000..4214151 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/lg,lp097qx1-spa1.txt @@ -0,0 +1,7 @@ +LG 9.7" (2048x1536 pixels) TFT LCD panel + +Required properties: +- compatible: should be "lg,lp097qx1-spa1" + +This binding is compatible with the simple-panel binding, which is specified +in simple-panel.txt in this directory.