From mboxrd@z Thu Jan 1 00:00:00 1970 From: laurent.pinchart@ideasonboard.com (Laurent Pinchart) Date: Thu, 16 Jul 2015 18:52:10 +0300 Subject: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation In-Reply-To: <55A7D192.7080301@iki.fi> References: <1437051319-9904-1-git-send-email-laurent.pinchart@ideasonboard.com> <1437051319-9904-2-git-send-email-laurent.pinchart@ideasonboard.com> <55A7D192.7080301@iki.fi> Message-ID: <2232801.mhgotKSpyF@avalon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Sakari, On Thursday 16 July 2015 18:45:22 Sakari Ailus wrote: > Laurent Pinchart wrote: > > The OMAP3 ISP is now fully supported in DT, remove its instantiation > > from C code. > > > > Signed-off-by: Laurent Pinchart > > --- > > > > arch/arm/mach-omap2/devices.c | 53 -------------------------------------- > > arch/arm/mach-omap2/devices.h | 19 ---------------- > > 2 files changed, 72 deletions(-) > > delete mode 100644 arch/arm/mach-omap2/devices.h > > If you remove the definitions, arch/arm/mach-omap2/board-cm-t35.c will > no longer compile. Could you remove the camera support there as well? > > My understanding is the board might be supported in DT but I'm not sure > about camera. > > Cc Mike and Igor. commit 11cd7b8c2773d01e4b40e38568ae62c471a2ea10 Author: Tony Lindgren Date: Mon May 4 10:48:07 2015 -0700 ARM: OMAP2+: Remove legacy booting support for cm-t35 Merged in v4.2-rc1 :-) -- Regards, Laurent Pinchart