From: Erling Ljunggren <hljunggr@cisco.com>
To: linux-media@vger.kernel.org
Cc: Erling Ljunggren <hljunggr@cisco.com>, devicetree@vger.kernel.org
Subject: [PATCH v4 3/5] dt-bindings: media: add cat24c208 bindings
Date: Fri, 11 Nov 2022 14:29:04 +0100 [thread overview]
Message-ID: <20221111132906.2212662-4-hljunggr@cisco.com> (raw)
In-Reply-To: <20221111132906.2212662-1-hljunggr@cisco.com>
Add devicetree bindings for new cat24c208 EDID EEPROM driver.
Signed-off-by: Erling Ljunggren <hljunggr@cisco.com>
---
.../bindings/media/i2c/onnn,cat24c208.yaml | 46 +++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/onnn,cat24c208.yaml
diff --git a/Documentation/devicetree/bindings/media/i2c/onnn,cat24c208.yaml b/Documentation/devicetree/bindings/media/i2c/onnn,cat24c208.yaml
new file mode 100644
index 000000000000..492eecb3ab7c
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/i2c/onnn,cat24c208.yaml
@@ -0,0 +1,46 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/media/i2c/onnn,cat24c208.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: ON Semiconductor CAT24C208 EDID EEPROM driver
+
+maintainers:
+ - Hans Verkuil <hverkuil-cisco@xs4all.nl>
+
+description: |
+ CAT24C208 is a dual port i2c EEPROM designed for EDID storage.
+
+properties:
+ compatible:
+ const: onnn,cat24c208
+
+ reg:
+ maxItems: 1
+
+ input-connector:
+ description: |
+ Phandle to the video input connector, used to find
+ the HPD gpio and the connector label, both optional.
+ $ref: /schemas/types.yaml#/definitions/phandle
+
+required:
+ - compatible
+ - reg
+ - input-connector
+
+additionalProperties: false
+
+examples:
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ cat24c208@31 {
+ compatible = "onnn,cat24c208";
+ reg = <0x31>;
+ input-connector = <&hdmi_connector_in>;
+ };
+ };
--
2.38.0
next parent reply other threads:[~2022-11-11 13:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20221111132906.2212662-1-hljunggr@cisco.com>
2022-11-11 13:29 ` Erling Ljunggren [this message]
2022-11-16 20:07 ` [PATCH v4 3/5] dt-bindings: media: add cat24c208 bindings Rob Herring
2022-11-18 10:34 ` Hans Verkuil
2022-11-18 15:20 ` Rob Herring
2022-11-18 15:46 ` Hans Verkuil
2022-11-18 17:12 ` 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=20221111132906.2212662-4-hljunggr@cisco.com \
--to=hljunggr@cisco.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-media@vger.kernel.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).