From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932763AbcHINiY (ORCPT ); Tue, 9 Aug 2016 09:38:24 -0400 Received: from mail.kernel.org ([198.145.29.136]:53614 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932498AbcHINiU (ORCPT ); Tue, 9 Aug 2016 09:38:20 -0400 Date: Tue, 9 Aug 2016 21:38:05 +0800 From: Shawn Guo To: Fabien Lahoudere Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Russell King , open list , Rob Herring , Sascha Hauer , Fabio Estevam , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Subject: Re: [PATCH 1/1] imx53.dtsi: Add IPU nodes for csi Message-ID: <20160809133805.GW4678@tiger> References: <1470318452-31391-1-git-send-email-fabien.lahoudere@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470318452-31391-1-git-send-email-fabien.lahoudere@collabora.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 04, 2016 at 03:47:32PM +0200, Fabien Lahoudere wrote: > We have the following messages that tell csi devices are not used: > imx-ipuv3 18000000.ipu: no port@0 node in /soc/ipu@18000000, not using CSI0 > imx-ipuv3 18000000.ipu: no port@1 node in /soc/ipu@18000000, not using CSI1 > > So we add them in the common device tree to make CSI ports available on > imx53 boards. > > Signed-off-by: Fabien Lahoudere Updated subject 'ARM: dts: imx53: ...', and applied patch. Shawn