From patchwork Fri Oct 4 15:45:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Th=C3=A9o_Lebrun?= X-Patchwork-Id: 13822644 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (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 E0EB01E3DC5; Fri, 4 Oct 2024 15:45:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.199 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728056739; cv=none; b=Bc1khmruDBjOgX89DkwtPv3EOwrwGu/VbKWhHa3jtC+6zJQp4b+iueBFr+17ufItj3GyYGAjBcqVLRSne9WIcFf0OhNyz+yO/rHC3UhI8m1JQJpjyi59tVKj4GM21qGnS7ZKnQdPGBIVTwGhXZmqA+xhXYr8Vg+Bfh81EM+K4OY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728056739; c=relaxed/simple; bh=A8nr6O5Lz6IK4+gB621YaIzYGTSb2w/7vI7+3SS/KdQ=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=LWhUhMfQ6F9tkgWcw6J2IfQaxm28aBw9oH4EYxuESkJ84/UeIfIT9lBK3vuuBSEmJL6czLzI/K9Lo567ziJZLLW5eNucJM+Bkkwv5tVlfsaWLzmFOwWQ/oh+6DGwzPNwNAk4YKvGfSAU7uB8kxdslaLfhZO8ffPC3FT8/fLbUIw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=KmnnTpkx; arc=none smtp.client-ip=217.70.183.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="KmnnTpkx" Received: by mail.gandi.net (Postfix) with ESMTPSA id CE3D7FF80B; Fri, 4 Oct 2024 15:45:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1728056735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1A06h/MNKLVqWjmb0yChITBfxW2fZMzKtn2/HmfN+h8=; b=KmnnTpkxnbY821RDHY5EFU84liARPrCpnTWKVQ7+cWqzzmEp39qG0eiQ1hvWxADcZARyvc ydq2cIgyP/1gC5zNNX0PevnCyVh2FrTEoWdVoOcubqW5SORBtgPLp4klC8vd+jnIJ1OQcK kHkG9rE0kamTP0hEjhLyyyv1UItz+pbof1S2rmGiGu3VsjDh4xwgbOmf8oDOuWRS/EqK3+ zMGGxZn94m2jemxO+RCoqkbV2QAJTRpO87f3AES4+6oXdAIp+3JE801gFzettoAZRnNNx5 RKXXadft0J01UJ/LxQZ5pJpACVZ19ru1b9egv7WavIQxdT6GMq3oYTbvUY/96A== From: =?utf-8?q?Th=C3=A9o_Lebrun?= Date: Fri, 04 Oct 2024 17:45:33 +0200 Subject: [PATCH v4 1/4] Revert "dt-bindings: clock: mobileye,eyeq5-clk: add bindings" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20241004-mbly-clk-v4-1-c72c2e348e1f@bootlin.com> References: <20241004-mbly-clk-v4-0-c72c2e348e1f@bootlin.com> In-Reply-To: <20241004-mbly-clk-v4-0-c72c2e348e1f@bootlin.com> To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Kondratiev , =?utf-8?q?Gr=C3=A9?= =?utf-8?q?gory_Clement?= , Thomas Petazzoni , Tawfik Bayouk , =?utf-8?q?Th=C3=A9o_Lebrun?= X-Mailer: b4 0.14.2 X-GND-Sasl: theo.lebrun@bootlin.com Switch from one sub-node per functionality in the system-controller to a single node representing the entire OLB instance. This is the recommended approach for controllers handling many different functionalities; it is a single controller and should be represented by a single devicetree node. The clock bindings is removed and all properties will be described by: soc/mobileye/mobileye,eyeq5-olb.yaml Reviewed-by: Rob Herring (Arm) Signed-off-by: Théo Lebrun --- .../bindings/clock/mobileye,eyeq5-clk.yaml | 51 ---------------------- 1 file changed, 51 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/mobileye,eyeq5-clk.yaml b/Documentation/devicetree/bindings/clock/mobileye,eyeq5-clk.yaml deleted file mode 100644 index 2d4f2cde1e589100f19d84db09050a591c6b9644..0000000000000000000000000000000000000000 --- a/Documentation/devicetree/bindings/clock/mobileye,eyeq5-clk.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) -%YAML 1.2 ---- -$id: http://devicetree.org/schemas/clock/mobileye,eyeq5-clk.yaml# -$schema: http://devicetree.org/meta-schemas/core.yaml# - -title: Mobileye EyeQ5 clock controller - -description: - The EyeQ5 clock controller handles 10 read-only PLLs derived from the main - crystal clock. It also exposes one divider clock, a child of one of the PLLs. - Its registers live in a shared region called OLB. - -maintainers: - - Grégory Clement - - Théo Lebrun - - Vladimir Kondratiev - -properties: - compatible: - const: mobileye,eyeq5-clk - - reg: - maxItems: 2 - - reg-names: - items: - - const: plls - - const: ospi - - "#clock-cells": - const: 1 - - clocks: - maxItems: 1 - description: - Input parent clock to all PLLs. Expected to be the main crystal. - - clock-names: - items: - - const: ref - -required: - - compatible - - reg - - reg-names - - "#clock-cells" - - clocks - - clock-names - -additionalProperties: false