Received: by 10.192.165.148 with SMTP id m20csp5062298imm; Tue, 1 May 2018 08:26:54 -0700 (PDT) X-Google-Smtp-Source: AB8JxZr71p95D7WXjgxtW7DFYeOj6YfaABIQmtY7HXry7p9d2kSp+JdSATSZat3SPzIVLbITvX+t X-Received: by 2002:a63:203:: with SMTP id 3-v6mr6510187pgc.133.1525188414136; Tue, 01 May 2018 08:26:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525188414; cv=none; d=google.com; s=arc-20160816; b=RIVRHF8sCXxAhCG4HJHJQNK0QgotXvlTIFomVDttxnyW906SQCbO6oMHuC6H+Oh398 MBvviYHWfDZ3Qa2P29Jv2luaEXIT+CBtPud2hgtPwaxJa5XB+K/4xwPssesmL6ZrthRu gEFtJVOfPzxdy4ZxOsicUzOnXFoMoYOJPOyykE1lhmLI3lxEvk495X45Ebe3Sk0UvQjS v0IAOSe86DeETuEHHw5m11dQohNolQ+1gycLvDNqL5m0zJIoBA4aFkaivFT1UPk5nF7U UfR0Q3t64wxVqoxeFWP2rRkpixFHMKX5TR1zlgc9/IyOV/UnDwdzylFCmP6eBY4LxjmG 01Bg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=BssipQ9CuW5Ig3m5B+vYIPsmJZV+DDTspDsDJFhqoNI=; b=pZ9sG5FGrUIJkoK3UBJ2UKRwg0p/fEDMTJU5mkaA0CyKdcGkeHOtCCwLHkGStn0t1D hYu3DdHL/WAUVpmsiGBrxEIgrkES8uA4kj9H5OxRdGi3xTlHpEbhot/w3rp860lXA5uq tyu7AIAmWEl2S8wYgVzpJd20PNnFBy7jdXQJn2hwW2ciOEIa4GIq8at1rfyjRVQQL9fz XqpzBPANmHpFp6O03Yx/iAJI8/qMlcTDdZGGk6Pbg1ApdFCuQINowOr17KOzx89BISJM I8tBMNAaGhrelhvpHHBu6m1ZIM79dYjchhdu8QIgG3WwyMXRQEeaOkBy5cd72l4G38gK Lg/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v7-v6si9868036plp.31.2018.05.01.08.26.39; Tue, 01 May 2018 08:26:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756033AbeEAP0U (ORCPT + 99 others); Tue, 1 May 2018 11:26:20 -0400 Received: from muru.com ([72.249.23.125]:39474 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755692AbeEAP0S (ORCPT ); Tue, 1 May 2018 11:26:18 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C4CA6806C; Tue, 1 May 2018 15:28:10 +0000 (UTC) Date: Tue, 1 May 2018 08:26:15 -0700 From: Tony Lindgren To: Faiz Abbas Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, bcousson@baylibre.com, robh+dt@kernel.org, mark.rutland@arm.com, paul@pwsan.com, lokeshvutla@ti.com, linux@armlinux.org.uk Subject: Re: [PATCH 1/3] ARM: dra762: hwmod: Add MCAN support Message-ID: <20180501152615.GB98604@atomide.com> References: <1523181542-3770-1-git-send-email-faiz_abbas@ti.com> <1523181542-3770-2-git-send-email-faiz_abbas@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1523181542-3770-2-git-send-email-faiz_abbas@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Faiz Abbas [180408 09:59]: > From: Lokesh Vutla > > Add MCAN hwmod data and register it for dra762 silicons. > > Signed-off-by: Lokesh Vutla > Signed-off-by: Faiz Abbas > --- > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 32 +++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > index 62352d1..a2cd7f8 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c > @@ -1356,6 +1356,29 @@ static struct omap_hwmod dra7xx_mailbox13_hwmod = { > }; > > /* > + * 'mcan' class > + * > + */ > +static struct omap_hwmod_class dra76x_mcan_hwmod_class = { > + .name = "mcan", > +}; Looks like you're missing the related struct omap_hwmod_class_sysconfig entry for this with the rev and sysconfig registers. Regards, Tony