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 14752EB64D7 for ; Wed, 21 Jun 2023 17:34:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230038AbjFURe3 (ORCPT ); Wed, 21 Jun 2023 13:34:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230017AbjFURe2 (ORCPT ); Wed, 21 Jun 2023 13:34:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9900CF1 for ; Wed, 21 Jun 2023 10:34:27 -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 2B86861648 for ; Wed, 21 Jun 2023 17:34:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09BFDC433C8; Wed, 21 Jun 2023 17:34:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687368866; bh=w+j4f0hYpVnXaVscO0mrsKi1Q9BR0HA6avy4G1LwDVE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BmD950TE+eZ3JMUs23+Xmbcn1dt/hvs9VExg2PPUllZtuen9VHcm5u6G3ZJjftC2Q MBgOS9h7cy4A4VIZxKgqaK8uQFiAPTfZDnPpmvTev/7+tjLpLTwBzBiHoyugqvasVa HDasTrkAFVhFBD3MHXesnBzsskg4FMW27XXhOsayvSG7Qtq0S7H4dd1vSS4900UpmO e2BhfXDFmTiOS1iqv7ytPHv40uTY/tTZtmYMoh7FEo0H/Mxzbu5ejyAdL18RprWVWE eIvRmMU98dMAN3K6q++N3n1vxMFhGIBzNDvMp7KDCUS/DKLNSdMyXWBQm0L1X91Q5X BP/Sb2tz3jWog== Date: Wed, 21 Jun 2023 23:04:22 +0530 From: Vinod Koul To: Alexander Stein Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liu Ying , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Conor Dooley Subject: Re: [PATCH v2 1/1] dt-bindings: phy: mixel,mipi-dsi-phy: Remove assigned-clock* properties Message-ID: References: <20230609071538.149712-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230609071538.149712-1-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 09-06-23, 09:15, Alexander Stein wrote: > With dt-schema v2021.02 these properties are added by default. Some SoC > (e.g. imx8mq) configure more than just one clock using these properties. Applied, thanks -- ~Vinod