From: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
To: devicetree@vger.kernel.org, anitha.chrisanthus@intel.com,
bob.j.paauwe@intel.com, edmund.j.dea@intel.com
Cc: sam@ravnborg.org, narmstrong@baylibre.com
Subject: [PATCH v1] dt-bindings: display: Add support for Intel KeemBay Display
Date: Fri, 2 Oct 2020 19:21:02 -0700 [thread overview]
Message-ID: <1601691662-12954-1-git-send-email-anitha.chrisanthus@intel.com> (raw)
This patch adds bindings for Intel KeemBay Display
Signed-off-by: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
---
.../bindings/display/intel,kmb_display.yaml | 106 +++++++++++++++++++++
1 file changed, 106 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/intel,kmb_display.yaml
diff --git a/Documentation/devicetree/bindings/display/intel,kmb_display.yaml b/Documentation/devicetree/bindings/display/intel,kmb_display.yaml
new file mode 100644
index 0000000..65835cb
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/intel,kmb_display.yaml
@@ -0,0 +1,106 @@
+# SPDX-License-Identifier: GPL-2.0-only
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/display/intel,kmb_display.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Devicetree bindings for Intel Keem Bay display controller
+
+maintainers:
+ - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
+ - Edmond J Dea <edmund.j.dea@intel.com>
+
+properties:
+ compatible:
+ const: intel,kmb_display
+
+ reg:
+ maxItems: 3
+ items:
+ - description: Lcd registers range
+ - description: Mipi registers range
+ - description: Msscam registers range
+
+ reg-names:
+ items:
+ - const: lcd_regs
+ - const: mipi_regs
+ - const: msscam_regs
+
+ clocks:
+ items:
+ - description: LCD controller clock
+ - description: Mipi DSI clock
+ - description: Mipi DSI econfig clock
+ - description: Mipi DSI config clock
+ - description: System clock or pll0 clock
+
+ clock-names:
+ items:
+ - const: clk_lcd
+ - const: clk_mipi
+ - const: clk_mipi_ecfg
+ - const: clk_mipi_cfg
+ - const: clk_pll0
+
+ interrupts:
+ maxItems: 1
+
+ interrupt-names:
+ items:
+ - const: irq_lcd
+
+ encoder-slave:
+ description: bridge node entry for mipi to hdmi converter
+
+ port:
+ type: object
+ description: >
+ Port node with one endpoint connected to mipi to hdmi converter node.
+
+required:
+ - compatible
+ - reg
+ - reg-names
+ - clocks
+ - clock-names
+ - interrupts
+ - interrupt-names
+ - encoder-slave
+ - port
+
+additionalProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/interrupt-controller/irq.h>
+ #define GIC_SPI
+ #define MOVISOC_KMB_MSS_AUX_LCD
+ #define MOVISOC_KMB_MSS_AUX_MIPI_TX0
+ #define MOVISOC_KMB_MSS_AUX_MIPI_ECFG
+ #define MOVISOC_KMB_MSS_AUX_MIPI_CFG
+ #define MOVISOC_KMB_A53_PLL_0_OUT_0
+ display: display@20900000 {
+ compatible = "intel,kmb_display";
+ reg = <0x20930000 0x3000>,
+ <0x20900000 0x4000>,
+ <0x20910000 0x30>;
+ reg-names = "lcd_regs", "mipi_regs", "msscam_regs";
+ interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-names = "irq_lcd";
+ clocks = <&scmi_clk MOVISOC_KMB_MSS_AUX_LCD>,
+ <&scmi_clk MOVISOC_KMB_MSS_AUX_MIPI_TX0>,
+ <&scmi_clk MOVISOC_KMB_MSS_AUX_MIPI_ECFG>,
+ <&scmi_clk MOVISOC_KMB_MSS_AUX_MIPI_CFG>,
+ <&scmi_clk MOVISOC_KMB_A53_PLL_0_OUT_0>;
+ clock-names = "clk_lcd", "clk_mipi", "clk_mipi_ecfg",
+ "clk_mipi_cfg", "clk_pll0";
+
+ encoder-slave = <&adv7535>;
+
+ port {
+ dsi_output: endpoint {
+ remote-endpoint = <&adv7535_input>;
+ };
+ };
+ };
--
2.7.4
next reply other threads:[~2020-10-03 2:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-03 2:21 Anitha Chrisanthus [this message]
2020-10-06 21:08 ` [PATCH v1] dt-bindings: display: Add support for Intel KeemBay Display Rob Herring
2020-10-07 1:00 ` Chrisanthus, Anitha
2020-10-07 13:34 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1601691662-12954-1-git-send-email-anitha.chrisanthus@intel.com \
--to=anitha.chrisanthus@intel.com \
--cc=bob.j.paauwe@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=edmund.j.dea@intel.com \
--cc=narmstrong@baylibre.com \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).