Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2140311yba; Fri, 19 Apr 2019 12:59:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqwXG5Zx0facNGgMlfEp+DQtWbU5bV3mmvjv/odll1IR1GAxrAyAToPlqmGaC34DVIlsEdKh X-Received: by 2002:a17:902:e407:: with SMTP id ci7mr5623044plb.219.1555703957247; Fri, 19 Apr 2019 12:59:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555703957; cv=none; d=google.com; s=arc-20160816; b=CRtTYasbe6htihL/y3XEP29UVZlFQQ8ZcBQj9t7D1Ji8OzIQGKdY4CYkUz9Fz+gyt6 KykaZaIT9UIsqiuU6KrzswH4laRADo/xoBiUndWOKp58ojC1QGaUO2MnrhOinb7tljWq c7yRstc+ifUmn+TrSZqelHUzNAoi6PML9r4/+WNyyvZVGfn8uubYq7VX+p22Y0VC8079 /Xg4bcHhMUueTgtmBTvsheHMIC4waWrYLKSErLq9JczlbTHxr53Rc91gqlnVBzubIPd9 Pwg5NbR02CbbHmJzx8oMzf4qWj8+Cs81PW8qjjc0y1Cs5jhLFOCtFVmMb+vX3+wURA27 3J8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=aPgVaBSd8BQYbmplEYwuhBZ0LspObqsmcOZREHqkyeU=; b=OtzIJFlQ0nLQNlEmgmXzd9wMrqOl6WdWwOYdK/eL/Ne+I12AX9BGS+1gMdSga0M7gm q36z7EMZIeEkW89CTqUdlQPsJNDElCXqqNF3ki5mq4NjvGwgCoQHE/PVPvqkXpRCdp5B xPKt9MbSb4e6suGzueWSrkYgp8mW8NRMAy9k/e+IDidL3cMo70D8nrZm68ijAG8Z3F1d JvfQszYRKQDmz/Gb2ZtOTsEzgJObh+sV5yRVqRprufJzSrlDcs03zPaPWMlPqkgdr0jh o8+20ZobRmnHz1/iiZAOUyph4xbdbzVa06Ijm0roBkYm7qIYpck00q1UOM4BTYNIFzIo 1rhA== 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 h10si6076688plb.348.2019.04.19.12.59.02; Fri, 19 Apr 2019 12:59:17 -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 S1727373AbfDST5q (ORCPT + 99 others); Fri, 19 Apr 2019 15:57:46 -0400 Received: from mleia.com ([178.79.152.223]:48710 "EHLO mail.mleia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725820AbfDST5p (ORCPT ); Fri, 19 Apr 2019 15:57:45 -0400 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 568D94634D8; Fri, 19 Apr 2019 20:57:44 +0100 (BST) Subject: Re: [PATCH] ARM: lpc32xx: stop overwriting TEST_CLK_SEL To: gregory.clement@bootlin.com, Alexandre Belloni Cc: Sylvain Lemieux , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20190411141209.3106-1-alexandre.belloni@bootlin.com> From: Vladimir Zapolskiy Message-ID: Date: Fri, 19 Apr 2019 22:57:43 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20190419_205744_373136_1BA18AFD X-CRM114-Status: UNSURE ( 8.54 ) X-CRM114-Notice: Please train this message. Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre, Gregory, On 04/15/2019 10:59 AM, gregory.clement@bootlin.com wrote: > On 2019-04-11 16:12, Alexandre Belloni wrote: >> While the UDA1380 is described in some lpc3250 device trees, there is >> currently no real user of that codec. Anyway, if the codec needs a >> clock, >> it should take it explicitly. >> >> lpc3250_machine_init is called for all the lpc32xx machines and some >> are >> using test1_clk (for example to strobe an HW watchdog). Overwriting >> TEST_CLK_SEL prevents booting those platforms. >> >> Signed-off-by: Alexandre Belloni > > Tested-by: Gregory CLEMENT I've applied the change to my tree, hopefully it will be included into v5.2. Thank you! -- Best wishes, Vladimir