devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] dt-bindings: display: panel-simple: merge Innolux p120zdg-bf1
@ 2023-03-26 15:54 Krzysztof Kozlowski
  2023-03-26 15:54 ` [PATCH 2/6] dt-bindings: display: novatek,nt36672a: correct VDDIO supply Krzysztof Kozlowski
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 15:54 UTC (permalink / raw)
  To: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Sumit Semwal, Thierry Reding,
	Michael Srba, Harigovindan P, Bjorn Andersson, dri-devel,
	devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

There is nothing special in Innolux p120zdg-bf1 panel, so just like
other Innolux panels it can be made part of panel-simple.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../display/panel/innolux,p120zdg-bf1.yaml    | 43 -------------------
 .../bindings/display/panel/panel-simple.yaml  |  2 +
 2 files changed, 2 insertions(+), 43 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/display/panel/innolux,p120zdg-bf1.yaml

diff --git a/Documentation/devicetree/bindings/display/panel/innolux,p120zdg-bf1.yaml b/Documentation/devicetree/bindings/display/panel/innolux,p120zdg-bf1.yaml
deleted file mode 100644
index 243dac2416f3..000000000000
--- a/Documentation/devicetree/bindings/display/panel/innolux,p120zdg-bf1.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-%YAML 1.2
----
-$id: http://devicetree.org/schemas/display/panel/innolux,p120zdg-bf1.yaml#
-$schema: http://devicetree.org/meta-schemas/core.yaml#
-
-title: Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
-
-maintainers:
-  - Sandeep Panda <spanda@codeaurora.org>
-  - Douglas Anderson <dianders@chromium.org>
-
-allOf:
-  - $ref: panel-common.yaml#
-
-properties:
-  compatible:
-    const: innolux,p120zdg-bf1
-
-  enable-gpios: true
-  power-supply: true
-  backlight: true
-  no-hpd: true
-
-required:
-  - compatible
-  - power-supply
-
-additionalProperties: false
-
-examples:
-  - |
-    #include <dt-bindings/gpio/gpio.h>
-
-    panel_edp: panel-edp {
-        compatible = "innolux,p120zdg-bf1";
-        enable-gpios = <&msmgpio 31 GPIO_ACTIVE_LOW>;
-        power-supply = <&pm8916_l2>;
-        backlight = <&backlight>;
-        no-hpd;
-    };
-
-...
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index 18241f4051d2..01560fe226dd 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -192,6 +192,8 @@ properties:
       - innolux,n125hce-gn1
         # InnoLux 15.6" WXGA TFT LCD panel
       - innolux,n156bge-l21
+        # Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
+      - innolux,p120zdg-bf1
         # Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel
       - innolux,zj070na-01p
         # King & Display KD116N21-30NV-A010 eDP TFT LCD panel
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-03-29 19:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 15:54 [PATCH 1/6] dt-bindings: display: panel-simple: merge Innolux p120zdg-bf1 Krzysztof Kozlowski
2023-03-26 15:54 ` [PATCH 2/6] dt-bindings: display: novatek,nt36672a: correct VDDIO supply Krzysztof Kozlowski
2023-03-27  7:36   ` Neil Armstrong
2023-03-26 15:54 ` [PATCH 3/6] dt-bindings: display: panel-simple-dsi: allow vddio variant Krzysztof Kozlowski
2023-03-27  7:36   ` Neil Armstrong
2023-03-26 15:54 ` [PATCH 4/6] dt-bindings: display: panel-simple-dsi: document port Krzysztof Kozlowski
2023-03-27  7:37   ` Neil Armstrong
2023-03-26 15:54 ` [PATCH 5/6] dt-bindings: display: visionox,rm69299: document reg Krzysztof Kozlowski
2023-03-27  7:38   ` Neil Armstrong
2023-03-26 15:54 ` [PATCH 6/6] dt-bindings: display: boe,tv101wum-nl6: document rotation Krzysztof Kozlowski
2023-03-27  7:38   ` Neil Armstrong
2023-03-27  7:35 ` [PATCH 1/6] dt-bindings: display: panel-simple: merge Innolux p120zdg-bf1 Neil Armstrong
2023-03-29 19:44 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).