From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: marex@denx.de, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, conor+dt@kernel.org,
Fabio Estevam <festevam@denx.de>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v7 1/2] dt-bindings: display: bridge: ldb: Adjust imx6sx entries
Date: Tue, 23 May 2023 20:52:31 -0300 [thread overview]
Message-ID: <20230523235232.7358-1-festevam@gmail.com> (raw)
From: Fabio Estevam <festevam@denx.de>
On the i.MX6SX there is a single entry for 'reg', so add some logic to
reflect that.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Marek Vasut <marex@denx.de>
---
Dependency: This depends on bd60d98a11da ("dt-bindings: display: bridge: ldb: Adjust imx6sx entries"),
which is available on linux-next.
Changes since v6:
- None
.../bindings/display/bridge/fsl,ldb.yaml | 24 ++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
index 07388bf2b90d..7ff45e3d4929 100644
--- a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
@@ -28,12 +28,11 @@ properties:
const: ldb
reg:
+ minItems: 1
maxItems: 2
reg-names:
- items:
- - const: ldb
- - const: lvds
+ maxItems: 2
ports:
$ref: /schemas/graph.yaml#/properties/ports
@@ -57,6 +56,7 @@ properties:
required:
- compatible
+ - reg
- clocks
- ports
@@ -74,6 +74,24 @@ allOf:
properties:
port@2: false
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: fsl,imx6sx-ldb
+ then:
+ properties:
+ reg:
+ maxItems: 1
+ else:
+ properties:
+ reg:
+ minItems: 2
+ reg-names:
+ items:
+ - const: ldb
+ - const: lvds
+
additionalProperties: false
examples:
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.org
Cc: marex@denx.de, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, conor+dt@kernel.org,
Fabio Estevam <festevam@denx.de>,
Conor Dooley <conor.dooley@microchip.com>
Subject: [PATCH v7 1/2] dt-bindings: display: bridge: ldb: Adjust imx6sx entries
Date: Tue, 23 May 2023 20:52:31 -0300 [thread overview]
Message-ID: <20230523235232.7358-1-festevam@gmail.com> (raw)
From: Fabio Estevam <festevam@denx.de>
On the i.MX6SX there is a single entry for 'reg', so add some logic to
reflect that.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Marek Vasut <marex@denx.de>
---
Dependency: This depends on bd60d98a11da ("dt-bindings: display: bridge: ldb: Adjust imx6sx entries"),
which is available on linux-next.
Changes since v6:
- None
.../bindings/display/bridge/fsl,ldb.yaml | 24 ++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
index 07388bf2b90d..7ff45e3d4929 100644
--- a/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/fsl,ldb.yaml
@@ -28,12 +28,11 @@ properties:
const: ldb
reg:
+ minItems: 1
maxItems: 2
reg-names:
- items:
- - const: ldb
- - const: lvds
+ maxItems: 2
ports:
$ref: /schemas/graph.yaml#/properties/ports
@@ -57,6 +56,7 @@ properties:
required:
- compatible
+ - reg
- clocks
- ports
@@ -74,6 +74,24 @@ allOf:
properties:
port@2: false
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: fsl,imx6sx-ldb
+ then:
+ properties:
+ reg:
+ maxItems: 1
+ else:
+ properties:
+ reg:
+ minItems: 2
+ reg-names:
+ items:
+ - const: ldb
+ - const: lvds
+
additionalProperties: false
examples:
--
2.34.1
next reply other threads:[~2023-05-23 23:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 23:52 Fabio Estevam [this message]
2023-05-23 23:52 ` [PATCH v7 1/2] dt-bindings: display: bridge: ldb: Adjust imx6sx entries Fabio Estevam
2023-05-23 23:52 ` [PATCH v7 2/2] ARM: dts: imx6sx: Add LDB support Fabio Estevam
2023-05-23 23:52 ` Fabio Estevam
2023-05-27 12:55 ` Shawn Guo
2023-05-27 12:55 ` Shawn Guo
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=20230523235232.7358-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marex@denx.de \
--cc=robh+dt@kernel.org \
--cc=shawnguo@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.