From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01696C43441 for ; Mon, 19 Nov 2018 21:08:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B6CF620851 for ; Mon, 19 Nov 2018 21:08:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Vblzs1Ay" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6CF620851 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730960AbeKTHdy (ORCPT ); Tue, 20 Nov 2018 02:33:54 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:38850 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730805AbeKTHdx (ORCPT ); Tue, 20 Nov 2018 02:33:53 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id wAJL7kTq120948; Mon, 19 Nov 2018 15:07:46 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1542661666; bh=lBM+lZ1u1G2UlBcH6Z8P+u6/n6vBOnLzAqDtenckS0E=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Vblzs1AyoD3f2nuDEWEqRK84Q6vX1U9i20u6z0ty8aITbRcY3alnMujmaYfm0wVVq hGAGqRA2pyMUsIZie6Sq2BpWKnPfE8R88Kao6vwWk+pEUPHtTpRLyIsgBbpZ9g9872 w8IeX7DGZfys9tXDgJSx4+jY7mp7+r8IBUE0tRLw= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wAJL7kO8043919 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 19 Nov 2018 15:07:46 -0600 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Mon, 19 Nov 2018 15:07:46 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Mon, 19 Nov 2018 15:07:45 -0600 Received: from [172.24.190.172] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id wAJL7gXs003801; Mon, 19 Nov 2018 15:07:43 -0600 Subject: Re: [PATCH 3/3] ARM: davinci: fix da850-evm boot in legacy mode To: Bartosz Golaszewski , Kevin Hilman , Russell King , Keerthy , Linus Walleij , Grygorii Strashko CC: , , , Bartosz Golaszewski , References: <20181113135051.15308-1-brgl@bgdev.pl> <20181113135051.15308-4-brgl@bgdev.pl> From: Sekhar Nori Message-ID: Date: Tue, 20 Nov 2018 02:37:41 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181113135051.15308-4-brgl@bgdev.pl> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bartosz, On 13/11/18 7:20 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Commit 587f7a694f01 ("gpio: davinci: Use dev name for label and > automatic base selection") broke the network support in legacy boot > mode for da850-evm since we can no longer request the MDIO clock GPIO. > > We now have the option to specify the GPIO base manually for davinci, > so add the relevant fields to platform data. > > Fixes: 587f7a694f01 ("gpio: davinci: Use dev name for label and automatic base selection") > Cc: stable@vger.kernel.org > Signed-off-by: Bartosz Golaszewski > --- > arch/arm/mach-davinci/da850.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Similar changes are needed for other 5 DaVinci SoCs too. Can you do those in this patch itself? Thanks, Sekhar