Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452879
| From | Peter Senna Tschudin <peter.senna@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order |
| Date | 2016-07-31 22:00 +0200 |
| Message-ID | <s153X-4pP-11@gated-at.bofh.it> (permalink) |
| References | <rEyy5-6IE-3@gated-at.bofh.it> <s153X-4pP-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
As the IPU has combined limitations across multiple crtcs, and as that
can't be communicated to userspace at the moment, reorder the crtcs to
allow support to two Full-HD monitors by avoiding assigning two
monitors to a single IPU.
Cc: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Rob Herring <robh@kernel.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com>
---
Unchanged from V2.
Changes from V1:
- New commit message
arch/arm/boot/dts/imx6q-b850v3.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/imx6q-b850v3.dts b/arch/arm/boot/dts/imx6q-b850v3.dts
index 167f744..88a70de 100644
--- a/arch/arm/boot/dts/imx6q-b850v3.dts
+++ b/arch/arm/boot/dts/imx6q-b850v3.dts
@@ -51,6 +51,11 @@
chosen {
stdout-path = &uart3;
};
+
+ display-subsystem {
+ compatible = "fsl,imx-display-subsystem";
+ ports = <&ipu1_di0>, <&ipu2_di0>, <&ipu1_di1>, <&ipu2_di1>;
+ };
};
&clks {
--
2.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order Peter Senna Tschudin <peter.senna@collabora.com> - 2016-07-31 22:00 +0200
Re: [PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order Lucas Stach <l.stach@pengutronix.de> - 2016-08-01 11:00 +0200
Re: [PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order "Peter Senna Tschudin" <peter.senna@collabora.co.uk> - 2016-08-01 14:40 +0200
Re: [PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order Daniel Vetter <daniel@ffwll.ch> - 2016-08-02 15:20 +0200
csiph-web