From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x224A+A9TsvZvdDbbXluzAYHMwrMjtxMWaDyzh294FGsOuf5/0VTHrN1vwrjwfNxV9cKsSHL/ ARC-Seal: i=1; a=rsa-sha256; t=1516611140; cv=none; d=google.com; s=arc-20160816; b=x51XJ7RKbCeDUB9ijTJfkfgjiI74RIS6p8jCuPNvqIwF1GxK8zTS+dW0ddNtGUBG7l a+8rS2hitsF5JV9jaogWLMKu20lKNjtCdGcu56hbyE8jIcMF5U3ywFAGhROf1B1OVtyZ DQwrRJaSA911aeCSzJrSuAcOonnr9FVFc3g5a7Aie+es6X+q3610XXUmNrcouhmnrcEc BWc5NYTmYP1GOoeU2Z7gYkNHnHSULNdgalo1MGDPgtph7imTd0rxfxFAT7H6hC81OHXb DYArg9VVhNBrAyhIY5ZENu18ssoNbkYJ25gWApd/iQfDdaZcxEb/MJhFamzsnwYyhB9v 4++g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=bNg0HruyvnlRXRgi+bWo+6GHAQrupz5t3EtEvyb03pQ=; b=IR+5cAU1Lu/yI6KVBbAUXsfjZByVoB7ul9eLGXw7t9gr2yG2VtoKB0smJoamvobpOC iHBWbg3Pc3KFWJaqoyA/DH+SX+qzmzK4cxMmaAgE2Q34Fzz5Z7xxNMfn+G1/4jwpm6WJ 7Nwfl4AsFLnnZ5IPWNoZLaOWajAgEbqHadpV8B04iA0RmS/4KOWul85rBPJx66ExHuyP MPkxc6Opy7/CTXBaAa3x7XFr1HUsPi7TPaWWEgWUmE1p25XhHBwmoNr+Enm2E1PShQrS r/jpKa7j3ZLwm58k5Sp25f6UIX/697MZ6yFbxrm2tnAKhYVLzxsk3ZG8dPxB85QQh+kO tPlg== ARC-Authentication-Results: i=1; mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tero Kristo , Tony Lindgren , Adam Ford Subject: [PATCH 4.14 48/89] ARM: OMAP3: hwmod_data: add missing module_offs for MMC3 Date: Mon, 22 Jan 2018 09:45:28 +0100 Message-Id: <20180122083959.513352867@linuxfoundation.org> X-Mailer: git-send-email 2.16.0 In-Reply-To: <20180122083954.683903493@linuxfoundation.org> References: <20180122083954.683903493@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-LABELS: =?utf-8?b?IlxcU2VudCI=?= X-GMAIL-THRID: =?utf-8?q?1590282043233376244?= X-GMAIL-MSGID: =?utf-8?q?1590282043233376244?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Tero Kristo commit 3c4d296e58a23687f2076d8ad531e6ae2b725846 upstream. MMC3 hwmod data is missing the module_offs definition. MMC3 belongs under core, so add CORE_MOD for it. Signed-off-by: Tero Kristo Signed-off-by: Tony Lindgren Cc: Adam Ford Fixes: 6c0afb503937 ("clk: ti: convert to use proper register definition for all accesses") Signed-off-by: Greg Kroah-Hartman --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -1656,6 +1656,7 @@ static struct omap_hwmod omap3xxx_mmc3_h .main_clk = "mmchs3_fck", .prcm = { .omap2 = { + .module_offs = CORE_MOD, .prcm_reg_id = 1, .module_bit = OMAP3430_EN_MMC3_SHIFT, .idlest_reg_id = 1,