From mboxrd@z Thu Jan 1 00:00:00 1970 From: pawel.moll@arm.com (Pawel Moll) Date: Mon, 23 Jun 2014 15:23:45 +0100 Subject: [PATCH v7 1/2] video: ARM CLCD: Add DT support In-Reply-To: <20140623141022.GJ32514@n2100.arm.linux.org.uk> References: <1403018494-10264-1-git-send-email-pawel.moll@arm.com> <1403531535.3804.11.camel@hornet> <20140623141022.GJ32514@n2100.arm.linux.org.uk> Message-ID: <1403533425.3804.35.camel@hornet> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 2014-06-23 at 15:10 +0100, Russell King - ARM Linux wrote: > As far as the CLD outputs are concerned, they are standard. The PLD on > their outputs routes the CLD bits to the 8-bit red, green and blue > channels according to the configuration of SYS_CLCD to achieve the > various colour formats which the CLCD does not natively provide for. > > So, it /is/ a PL110 with an independent external muxer. Cool, this means that one can still use this property do define which CLDs are wired to R/G/B-0s and make an informed decision in the driver based on this (although with a separate compatible value it won't be really necessary). Pawel