Message ID | 20230726184857.2294570-1-thierry.reding@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: display: panel: Move HannStar HSD101PWW2 to LVDS | expand |
On 26/07/2023 20:48, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The HannStar HSD101PWW2 is an LVDS panel, so move it to the correct > bindings file. > > Signed-off-by: Thierry Reding <treding@nvidia.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi Thierry, Thank you for the patch. On Wed, Jul 26, 2023 at 08:48:55PM +0200, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The HannStar HSD101PWW2 is an LVDS panel, so move it to the correct > bindings file. > > Signed-off-by: Thierry Reding <treding@nvidia.com> > --- > Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 ++ > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 -- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > index 929fe046d1e7..344e5df40c2f 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > @@ -40,6 +40,8 @@ properties: > items: > - enum: > - auo,b101ew05 > + # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel > + - hannstar,hsd101pww2 > - tbs,a711-panel > > - const: panel-lvds > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index df1cec8fd21b..f4d9da4afefd 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -168,8 +168,6 @@ properties: > - hannstar,hsd070pww1 > # HannStar Display Corp. HSD100PXN1 10.1" XGA LVDS panel > - hannstar,hsd100pxn1 I'm wondering if it would make sense to move them all in one go ? Regardless, this patch is OK, so Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > - # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel > - - hannstar,hsd101pww2 > # Hitachi Ltd. Corporation 9" WVGA (800x480) TFT LCD panel > - hit,tx23d38vm0caa > # InfoVision Optoelectronics M133NWF4 R0 13.3" FHD (1920x1080) TFT LCD panel
From: Thierry Reding <treding@nvidia.com> On Wed, 26 Jul 2023 20:48:55 +0200, Thierry Reding wrote: > From: Thierry Reding <treding@nvidia.com> > > The HannStar HSD101PWW2 is an LVDS panel, so move it to the correct > bindings file. > > Applied, thanks! [3/3] ARM: tegra: Use Hannstar HSD101PWW2 on Pegatron Chagall commit: b28d3af99ac4885f136f6330fec6499b15ad5b25 Best regards,
diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml index 929fe046d1e7..344e5df40c2f 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml @@ -40,6 +40,8 @@ properties: items: - enum: - auo,b101ew05 + # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel + - hannstar,hsd101pww2 - tbs,a711-panel - const: panel-lvds diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index df1cec8fd21b..f4d9da4afefd 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -168,8 +168,6 @@ properties: - hannstar,hsd070pww1 # HannStar Display Corp. HSD100PXN1 10.1" XGA LVDS panel - hannstar,hsd100pxn1 - # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel - - hannstar,hsd101pww2 # Hitachi Ltd. Corporation 9" WVGA (800x480) TFT LCD panel - hit,tx23d38vm0caa # InfoVision Optoelectronics M133NWF4 R0 13.3" FHD (1920x1080) TFT LCD panel