From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF35B277809; Tue, 22 Apr 2025 13:56:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745330206; cv=none; b=Z3SyPDbeVJ59aMrFSyQ8LOeM8l1LaAxlHrzyCt3LqGnTiwSH1Y5XsJ3QwqIDYN5xibGaVXgIk+USVaPymzwwgAJ1agD4+qmu21GRUQAOZAgJb0EHlxGHIxnM27uUNBUiw1g35GlAX6rsdIaLcGNbZD0Pjnw8qIjTkhP7Au83akw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745330206; c=relaxed/simple; bh=xJlyGlnTsnJ9Pp7pikKgN/l45mZmZ7KWpkphwcDOGAg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cyaN80MkS+Ic4zOK5IxzTrgpQe2sfi48vp/Moleo7+ZxnW6KBZ88Lwm3RBwxUjOFzv9UgMpuNmYvyTs7gWLuAMeJKiBcpr500SS/7caE/ZM4o03zmY/LYMHDVqnE6vT68yG9hKAbZFkCIECELN3fGBPmhUu/Atk7qIQSCgWcVHk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hOY6AT4F; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hOY6AT4F" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AD3DC4CEE9; Tue, 22 Apr 2025 13:56:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745330205; bh=xJlyGlnTsnJ9Pp7pikKgN/l45mZmZ7KWpkphwcDOGAg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hOY6AT4FzIEvYYR7UyvgUUKmT4OuKcvmUXY4a5Jflwq0C6Fz0QjXK9fwBMa9SX54/ elyvEwDp4LzXbwZ2/7NfaaTOqeSsTcyOgaEwMUksHz4Mwyq2YRUuNFkuGL1muHICuV gatW/CcEUndSrrSuZUc6fak3b5uSPGcQoB7mkSmbiVkrBrIkJM4EMlssZZlcAPJQtX K2TaZr/h+HItpsX1YYAj8jfaBqPJsnclgXiW3C5ZJZ1Wbi6EqRfRpAYbujNzGWORfZ DePaJd8KWWDRVZhJJi2wHU5EjG/c9EOQPmL03mS8iSCI26A+sMYuKwqkT1zqtwgmo9 48qGzMM6r57dg== Date: Tue, 22 Apr 2025 08:56:43 -0500 From: Rob Herring To: Longbin Li Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Krzysztof Kozlowski , Conor Dooley , Chen Wang , Inochi Amaoto , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, sophgo@lists.linux.dev, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v2 1/3] dt-bindings: pwm: sophgo: add pwm controller for SG2044 Message-ID: <20250422135643.GA1132004-robh@kernel.org> References: <20250418022948.22853-1-looong.bin@gmail.com> <20250418022948.22853-2-looong.bin@gmail.com> Precedence: bulk X-Mailing-List: sophgo@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250418022948.22853-2-looong.bin@gmail.com> On Fri, Apr 18, 2025 at 10:29:44AM +0800, Longbin Li wrote: > Add compatible string for PWM controller on SG2044. That is clear from reading the diff. What would be useful is details on how the h/w is different from SG2042 (and hence not compatible with it). > > Signed-off-by: Longbin Li > --- > Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Acked-by: Rob Herring (Arm)