From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753115AbdJMR66 (ORCPT ); Fri, 13 Oct 2017 13:58:58 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:21726 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751981AbdJMR64 (ORCPT ); Fri, 13 Oct 2017 13:58:56 -0400 Date: Fri, 13 Oct 2017 12:58:17 -0500 From: Benoit Parrot To: Tony Lindgren CC: Tero Kristo , Rob Herring , , , , Subject: Re: [Patch 2/6] ARM: DRA7: hwmod: Add CAL nodes Message-ID: <20171013175817.GG25400@ti.com> References: <20171012192719.15193-1-bparrot@ti.com> <20171012192719.15193-3-bparrot@ti.com> <20171013165654.GK4394@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20171013165654.GK4394@atomide.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tony Lindgren wrote on Fri [2017-Oct-13 09:56:54 -0700]: > * Benoit Parrot [171012 12:28]: > > This patch adds the required hwmod nodes to support the Camera > > Adaptation Layer (CAL) for the DRA72 family of devices. > ... > > > +static struct omap_hwmod_class_sysconfig dra7xx_cal_sysc = { > > + .sysc_offs = 0x0010, > > Also has .rev_offs at 0 so please add that too. Ok, I'll add that. Benoit > > Regards, > > Tony