From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E1BC517BEC6; Sat, 23 Nov 2024 11:04:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732359891; cv=none; b=GMQomEauNJgNe/uW9izsHPt6gsnP8zm8prYbWAPiO0xCShcXKVFdulPaRpZFLYGsTFhUpdg1Z7Nm9VGmjh4Eq6JDYwUD1Apex+f8qPdDejA6G3G/GyzoV8xBKp+ZsWE/1jjH9p83iTA5W34n52G/OGVLRF21p/SBLL+n+C8Mxi4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732359891; c=relaxed/simple; bh=Elm+niio9h7GNaF7Xxw+3uHvlJT9oLEOJ3APoNVr5pI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BVLl9gqHxCZSOE0Et1/9nCsoFVAnZd6K2EfNkO67kjcSILPQ63IoMK9MultI97i+JJcNI2v07tIpEyIec1tasTUy0cppN7IiDdewYIGXCqZ4izvV3WV6v47WGf0S1vt/jDtYAzbzhdT7hrimPK1VQWhhzZebGsw+m/LJG4rOj6U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1tEnw5-0005uk-00; Sat, 23 Nov 2024 12:04:21 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 67E34C014D; Sat, 23 Nov 2024 12:03:18 +0100 (CET) Date: Sat, 23 Nov 2024 12:03:18 +0100 From: Thomas Bogendoerfer To: =?iso-8859-1?Q?Th=E9o?= Lebrun Cc: Vladimir Kondratiev , =?iso-8859-1?Q?Gr=E9gory?= Clement , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Turquette , Stephen Boyd , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Thomas Petazzoni , Tawfik Bayouk Subject: Re: [PATCH v2 10/10] MIPS: mobileye: eyeq6h: add OLB nodes OLB and remove fixed clocks Message-ID: References: <20241106-mbly-clk-v2-0-84cfefb3f485@bootlin.com> <20241106-mbly-clk-v2-10-84cfefb3f485@bootlin.com> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241106-mbly-clk-v2-10-84cfefb3f485@bootlin.com> On Wed, Nov 06, 2024 at 05:04:01PM +0100, Théo Lebrun wrote: > Change the declaration of clocks: remove all fixed clocks and declare > system-controllers (OLB) as clock providers. > > Remove eyeq6h-fixed-clocks.dtsi and move the crystal clock to the main > eyeq6h.dtsi file. > > Signed-off-by: Théo Lebrun > --- > .../boot/dts/mobileye/eyeq6h-fixed-clocks.dtsi | 52 --------------- > arch/mips/boot/dts/mobileye/eyeq6h.dtsi | 73 ++++++++++++++++++++-- > 2 files changed, 69 insertions(+), 56 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]