From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ying.Liu@freescale.com (Liu Ying) Date: Fri, 19 Dec 2014 10:25:05 +0800 Subject: [PATCH RFC v2 06/14] ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'ports' node In-Reply-To: <1418898812.4212.11.camel@pengutronix.de> References: <1418886696-11636-1-git-send-email-Ying.Liu@freescale.com> <1418886696-11636-7-git-send-email-Ying.Liu@freescale.com> <1418898812.4212.11.camel@pengutronix.de> Message-ID: <54938C81.6070304@freescale.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Philipp, On 12/18/2014 06:33 PM, Philipp Zabel wrote: > Am Donnerstag, den 18.12.2014, 15:11 +0800 schrieb Liu Ying: >> The MIPI DSI node contains some ports which represent possible DRM CRTCs >> it can connect with. Each port has a 'reg' property embedded. This >> property will be wrongly interpretted by the MIPI DSI bus driver, because >> the driver will take each subnode which contains a 'reg' property as a >> DSI peripheral device. This patch moves the existing MIPI DSI ports into >> a new 'ports' node so that the MIPI DSI bus driver may distinguish its >> DSI peripheral device(s) from the existing ports. >> >> Signed-off-by: Liu Ying > > Acked-by: Philipp Zabel Thanks. I'll add your ack for this one in the next version. Regards, Liu Ying > > regards > Philipp >