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 24D3CC04E69 for ; Wed, 2 Aug 2023 19:09:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231851AbjHBTJl (ORCPT ); Wed, 2 Aug 2023 15:09:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231269AbjHBTJj (ORCPT ); Wed, 2 Aug 2023 15:09:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65F2326AE; Wed, 2 Aug 2023 12:09:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EEA7461A73; Wed, 2 Aug 2023 19:09:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41A35C433C7; Wed, 2 Aug 2023 19:09:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691003378; bh=YKlsStj3ezOkt0RWaJXuZ7tqMra0EQULwTm0YtT1O1I=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=BxoOGEVgCqbAnkuVPG4r70PXFYVmKk+LgZKjejuZD+9XmICZoqz+vPYJLel0E1B6o q2mW1hNKaAIYNwWyrxVYTzK7rcU09oDYKY2+ZmvszEHpiBNjgQ764DuCtTqngdvIDu JcOID4UUx5AYHu7cZ6qE2Ru4slL1l6zWldrGtIBLXnBU69uYZLRAYIo4FBoHHgdFpl LFA3Ac1Y74LrcMQcnYBnUqpuSYXOeopyFnmvtSyR8hxTB0i1XGEwXXa4UsG8vVPcEb H2v9KUBhuDO1Mf8/6XRLs2Z5HH2H/5U5mEpke4BBwEz7vE7ynvv8UAxKKsnNz6prd/ l7VLa+dsQ9gBw== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230728165923.108589-1-krzysztof.kozlowski@linaro.org> References: <20230728165923.108589-1-krzysztof.kozlowski@linaro.org> Subject: Re: [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false From: Stephen Boyd Cc: Krzysztof Kozlowski , stable@vger.kernel.org, Shubhrajyoti Datta To: Conor Dooley , Krzysztof Kozlowski , Krzysztof Kozlowski , Michael Turquette , Michal Simek , Rajan Vaja , Rob Herring , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 02 Aug 2023 12:09:36 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Krzysztof Kozlowski (2023-07-28 09:59:23) > select:false makes the schema basically ignored and not effective, which > is clearly not what we want for a device binding. >=20 > Fixes: 352546805a44 ("dt-bindings: clock: Add bindings for versal clock d= river") > Cc: > Signed-off-by: Krzysztof Kozlowski >=20 > --- Applied to clk-next