diff mbox series

[1/2] dt-bindings: drm/panel: simple: add lg,acx467akm-7 panel

Message ID 20181124200628.24393-1-masneyb@onstation.org (mailing list archive)
State New, archived
Headers show
Series [1/2] dt-bindings: drm/panel: simple: add lg,acx467akm-7 panel | expand

Commit Message

Brian Masney Nov. 24, 2018, 8:06 p.m. UTC
Add binding for the LG ACX467AKM-7 4.95" 1080×1920 LCD panel that is
found on the LG Nexus 5 (hammerhead) phone. This appears to be a JDI
panel based on some Internet searches, however a specific model number
could not be found. I disassembled an old Nexus 5 with a broken
screen and the LG part number is the only model number present on the
back of the panel, so I think that is probably the best ID to use.

Signed-off-by: Brian Masney <masneyb@onstation.org>
---
 .../devicetree/bindings/display/panel/lg,acx467akm-7.txt   | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/lg,acx467akm-7.txt

Comments

Linus Walleij March 5, 2019, 10:42 p.m. UTC | #1
On Sat, Nov 24, 2018 at 9:06 PM Brian Masney <masneyb@onstation.org> wrote:

> Add binding for the LG ACX467AKM-7 4.95" 1080×1920 LCD panel that is
> found on the LG Nexus 5 (hammerhead) phone. This appears to be a JDI
> panel based on some Internet searches, however a specific model number
> could not be found. I disassembled an old Nexus 5 with a broken
> screen and the LG part number is the only model number present on the
> back of the panel, so I think that is probably the best ID to use.
>
> Signed-off-by: Brian Masney <masneyb@onstation.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Tell me if you need me to merge this to the DRM misc tree.

Yours,
Linus Walleij
Brian Masney March 20, 2019, 9:17 a.m. UTC | #2
Hi Linus,

On Tue, Mar 05, 2019 at 11:42:15PM +0100, Linus Walleij wrote:
> On Sat, Nov 24, 2018 at 9:06 PM Brian Masney <masneyb@onstation.org> wrote:
> 
> > Add binding for the LG ACX467AKM-7 4.95" 1080×1920 LCD panel that is
> > found on the LG Nexus 5 (hammerhead) phone. This appears to be a JDI
> > panel based on some Internet searches, however a specific model number
> > could not be found. I disassembled an old Nexus 5 with a broken
> > screen and the LG part number is the only model number present on the
> > back of the panel, so I think that is probably the best ID to use.
> >
> > Signed-off-by: Brian Masney <masneyb@onstation.org>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> Tell me if you need me to merge this to the DRM misc tree.

It would be great if you could take this patch, plus the corresponding
change to panel-simple.c [1]

[1] https://lore.kernel.org/lkml/20181124200628.24393-2-masneyb@onstation.org/

Thanks,

Brian
Linus Walleij April 17, 2019, 9:04 p.m. UTC | #3
On Wed, Mar 20, 2019 at 10:17 AM Brian Masney <masneyb@onstation.org> wrote:
> On Tue, Mar 05, 2019 at 11:42:15PM +0100, Linus Walleij wrote:
> > On Sat, Nov 24, 2018 at 9:06 PM Brian Masney <masneyb@onstation.org> wrote:
> >
> > > Add binding for the LG ACX467AKM-7 4.95" 1080×1920 LCD panel that is
> > > found on the LG Nexus 5 (hammerhead) phone. This appears to be a JDI
> > > panel based on some Internet searches, however a specific model number
> > > could not be found. I disassembled an old Nexus 5 with a broken
> > > screen and the LG part number is the only model number present on the
> > > back of the panel, so I think that is probably the best ID to use.
> > >
> > > Signed-off-by: Brian Masney <masneyb@onstation.org>
> >
> > Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> >
> > Tell me if you need me to merge this to the DRM misc tree.
>
> It would be great if you could take this patch, plus the corresponding
> change to panel-simple.c [1]
>
> [1] https://lore.kernel.org/lkml/20181124200628.24393-2-masneyb@onstation.org/

Both patches applied to drm-misc-next (will be in v5.2). Sorry for taking so
long, I had some urgent other priorities.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/panel/lg,acx467akm-7.txt b/Documentation/devicetree/bindings/display/panel/lg,acx467akm-7.txt
new file mode 100644
index 000000000000..fc1e1b325e49
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/panel/lg,acx467akm-7.txt
@@ -0,0 +1,7 @@ 
+LG ACX467AKM-7 4.95" 1080×1920 LCD Panel
+
+Required properties:
+- compatible: must be "lg,acx467akm-7"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.