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 9BBE813E038; Thu, 11 Apr 2024 07:29:15 +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=1712820555; cv=none; b=Vs8O1fTmDnI2eUg60FdTVLQeYp4nh3aDl1/PbCldsEB9WD8yIyeerBkXQ7CNU2S4K8pMxS0yEuHXihUWGnVkTbGvJSQsX8xYtjmhABLZ6kNFoEeSuaMSpK9/erbDHsjDdhDdId+SAoSdx7Gd4QnT9rGjesl09R/gmYVgUnz7X6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712820555; c=relaxed/simple; bh=XNHCk0cjghJAwMpoQxUfx7JrTQGFHEAEYDprQEZGj74=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=NIEmTB2yS+4Iq11/r50GNptNiY+CkHni0zGyEwnsX0hdmsc+hWLJEuejijtcNZsQRDG4GK73tfv4skslBP141JF9Gsi+MtG5cKrfMtaVHdY8I6dg0PT/0JeWpX5RYs5//sLgj2rAr/gn2C0xfTuBnAltJLyU+wIkJmk0lukaMPI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NrPLoCv9; 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="NrPLoCv9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F31CC433F1; Thu, 11 Apr 2024 07:29:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712820555; bh=XNHCk0cjghJAwMpoQxUfx7JrTQGFHEAEYDprQEZGj74=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=NrPLoCv9C99Ao2PC5CAZbxXN4GmE91ZSx2cOSVg0lyselrhS8HlHr94vJRatZqRgv ub4Og67C9Qc6+BlGajIrpehqt316VENdVYawMg+RfSh7S8wKcZ5XuItvkC7aJUc79Q 3E4F9C/C9kKf6Scl6yBF4NEHxUnT4YCJapAqC32z+9nFtHhPvnddD/mHLFh0dZ6nvU bPdMNaeHpDSKHKWdcRum966iBEDG1MtAk8jz9bsbjK4BHPkIH2IiYOi4eqqhBlx1uD xB2U2CSYIF4iZ+/tU8Hew5cShBN5Z/GiMwf/sz91cWh8AIXI/oTC3dmpoKQjeMBy++ yB2KJa9fmxlmA== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v3 3/6] dt-bindings: clock: loongson2: Add Loongson-2K0500 compatible From: Stephen Boyd Cc: Huacai Chen , loongson-kernel@lists.loongnix.cn, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Xuerui Wang , loongarch@lists.linux.dev, Binbin Zhou , Conor Dooley To: Binbin Zhou , Binbin Zhou , Conor Dooley , Huacai Chen , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Yinbo Zhu Date: Thu, 11 Apr 2024 00:29:13 -0700 User-Agent: alot/0.10 Quoting Binbin Zhou (2024-04-10 19:58:08) > Add the devicetree compatible for Loongson-2K0500 clocks. >=20 > Signed-off-by: Binbin Zhou > Acked-by: Conor Dooley > --- Applied to clk-next