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 9C38DC38A02 for ; Sat, 29 Oct 2022 01:19:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229832AbiJ2BS7 (ORCPT ); Fri, 28 Oct 2022 21:18:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229572AbiJ2BSw (ORCPT ); Fri, 28 Oct 2022 21:18:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C040B20FB09; Fri, 28 Oct 2022 18:18:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5AA6762976; Sat, 29 Oct 2022 01:18:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 307D0C433B5; Sat, 29 Oct 2022 01:18:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667006330; bh=/2Wc5OD2XyLapd2X9sypJNrvSP9/MDQPgKJDh6cmt4s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uZU700ClSKx8vyyx0hwxnB66BGCZoqFeSLwpoHV03ZeESVdjpjGHSn+ok3GTXpkf9 42J0jk/0QmoU4AVxUgyHav1d9pQDqdpz7EH/nk9lZ23mTXx2ovbHMGSaX2hO5toSKV Wtoh8WfBwyJ8nvozDkgMl47lpKgIaRSuEIm6wYQh8p+n8ab2x5aofw5BLb+MUhIs34 m5NOWxqefGBWDBNA/VeUQ3s79WM+2NROAeEnx16GuC47rIToBHuW0HfcsgKkdXop6L FnjwVs99ZgqUbYutDmVogUWLGwA4ZB8zfsAoB2soHcshQPtnHbJd4Mp1EAeVWLFFjz dd/FPUFqfLcSg== Date: Sat, 29 Oct 2022 09:18:41 +0800 From: Shawn Guo To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Catalin Marinas , Will Deacon , Alexander Stein , Markus Niebel , Bjorn Andersson , Dmitry Baryshkov , Marcel Ziswiler , Vinod Koul , Arnd Bergmann , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, phone-devel@vger.kernel.org, kernel@puri.sm Subject: Re: [PATCH v1 3/3] arm64: dts: librem5-devkit: Use function and color rather than label Message-ID: <20221029011841.GG125525@dragon> References: <2d249e5fbb3a77a6ca8eb6ecbbf97ac8ce3ef371.1665318256.git.agx@sigxcpu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2d249e5fbb3a77a6ca8eb6ecbbf97ac8ce3ef371.1665318256.git.agx@sigxcpu.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 09, 2022 at 02:26:55PM +0200, Guido Günther wrote: > Use predefined colors and function rather than making up a random label. > > Signed-off-by: Guido Günther Applied, thanks!