Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965520AbcKWPki (ORCPT ); Wed, 23 Nov 2016 10:40:38 -0500 Received: from lelnx193.ext.ti.com ([198.47.27.77]:18062 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965354AbcKWPkg (ORCPT ); Wed, 23 Nov 2016 10:40:36 -0500 Subject: Re: [PATCH v2 1/3] ARM: davinci: da8xx: Fix ohci device name To: Axel Haslam , , , , References: <20161103160308.29588-1-ahaslam@baylibre.com> <20161103160308.29588-2-ahaslam@baylibre.com> CC: , , From: Sekhar Nori Message-ID: <50af5764-051a-63c1-e2c4-7b2799f9d3ae@ti.com> Date: Wed, 23 Nov 2016 17:37:05 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161103160308.29588-2-ahaslam@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 484 Lines: 15 On Thursday 03 November 2016 09:33 PM, Axel Haslam wrote: > While the clk lookup table is making reference to "ohci" > other subsystems (such as phy) are trying to match "ohci.0" > > Since there is a single ohci instance, instead of changing > the clk name, change the dev id to -1, and add the "-da8xx" > postfix to match the driver name that will also be changed > in a subsequent patch. > > Signed-off-by: Axel Haslam Applied to v4.10/soc Thanks, Sekhar