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 240832F1FDC; Wed, 13 Aug 2025 18:42:29 +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=1755110550; cv=none; b=iMsG5mLTckhv07UHZwkM44lMHJM9ZdjnCYsX+sj4s4LYgpQkNXBbUg8ZYS+TUW4Aw3RRObWPNKpHssQQIKiwogk+ySd51niHODcvguU5+ck0zd7C4YDy/22EMynUmXOnvlPHAdOiaqbrTqMSpmd+XxwIGEHPxaRm+aLDd2zuqxU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755110550; c=relaxed/simple; bh=nS3R5nkgBeVChvLd+J1Ree/2a0Kj8mr2rcxpfR9PtSo=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=mrP64KqGf58BglhYG5iEs9cjdUfUC+9xFvIGq7qrzu1Qd6F93WUIbBq+mANz5OOvwOL0+ag5tcyE4IRvt7XgiMZ+j6/pJJQQxbOqCEFbU7Crql9wId28KuEM2yeEjNXm9PY8qa750P6zBkNd3elRpcjXr1YUgrfOws7H52ZJks0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uTTVMV7a; 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="uTTVMV7a" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97E40C4CEEB; Wed, 13 Aug 2025 18:42:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755110549; bh=nS3R5nkgBeVChvLd+J1Ree/2a0Kj8mr2rcxpfR9PtSo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=uTTVMV7aaDWAbnyKDdFOCIwI8YOwilsmaZX2T+CtsxpxQ1sHSVmyb6ZLoKrUh3XFW Dy6TcQuUxYjZIaHMDjy4ufuK89glY9iy856m/gQs6wTHtX6wZCildttbiunRFuU2zb T79jLMnYIjztDAcjIU8PzqrWP9xqD4uAUxyt82Q92rbj7YWQbaKvPv9n7RREdfJUHE dQBE71qnyFuu9269ED6pTjOSfm577nCmqYw1/8yTI/n1Q9chUwPJ8fMejAuMumAC18 wDUR5iE155oXY96KwdVOt6cmfsJfaZXC07zQLdbjNwgWP8a7Xbtml/Nl5mvCC89GNs PevmEEEYCbtmQ== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20250811-dt-bindings-clk-axi-clkgen-add-clock-output-names-property-v1-1-f02727736aa7@baylibre.com> References: <20250811-dt-bindings-clk-axi-clkgen-add-clock-output-names-property-v1-1-f02727736aa7@baylibre.com> Subject: Re: [PATCH] dt-bindings: clock: adi,axi-clkgen: add clock-output-names property From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, David Lechner To: Conor Dooley , David Lechner , Krzysztof Kozlowski , Lars-Peter Clausen , Michael Hennerich , Michael Turquette , Nuno =?utf-8?q?S=C3=A1?= , Rob Herring Date: Wed, 13 Aug 2025 11:42:28 -0700 Message-ID: <175511054884.11333.362620555660290747@lazor> User-Agent: alot/0.11 Quoting David Lechner (2025-08-11 15:17:01) > Add an optional `clock-output-names` property to the ADI AXI Clock > Generator binding. This is already being used in the Linux driver and > real-world dtbs, so we should document it to allow for correct binding > validation. >=20 > Signed-off-by: David Lechner > --- Applied to clk-next