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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE098C4167B for ; Sat, 2 Dec 2023 22:43:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232477AbjLBWnM (ORCPT ); Sat, 2 Dec 2023 17:43:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjLBWnL (ORCPT ); Sat, 2 Dec 2023 17:43:11 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B565A4; Sat, 2 Dec 2023 14:43:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=wsur4cooD2ikDX+1j0hmv8bEdcDbDiNq3c9HAKF1KWc=; b=Le2RtE6aBoIgT9mlf//zAabcom uKLh69SyRu0EerJs4Sug8CgghxI3GL2ygkjqTFocDILg8dqNtkxxFM9o5Ew3v4iBSrH9fZfNfIS0Y If5GIQmFFEdXeBDIvWiREQYMFH0rPCc6P+ymQzGBx/kuCyq9cyvWdpBFSt6pOGV5Osb4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r9YhE-001s1i-4q; Sat, 02 Dec 2023 23:42:48 +0100 Date: Sat, 2 Dec 2023 23:42:48 +0100 From: Andrew Lunn To: David Heidelberg Cc: Gregory Clement , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andre Przywara , Peter Rosin , Heiko Stuebner , Nick Hawkins , Viresh Kumar , Simon Guinot , Wei Xu , Claudiu Beznea , Enric Balletbo i Serra , Baruch Siach , Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 5/5] ARM: dts: marvell: make dts use gpio-fan matrix instead of array Message-ID: References: <20231202222934.137191-1-david@ixit.cz> <20231202222934.137191-5-david@ixit.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231202222934.137191-5-david@ixit.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 02, 2023 at 11:29:04PM +0100, David Heidelberg wrote: > No functional changes. > > Adjust to comply with dt-schema requirements > and make possible to validate values. > > Acked-by: Simon Guinot > Signed-off-by: David Heidelberg Reviewed-by: Andrew Lunn Andrew