From patchwork Thu Feb 6 22:03:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 13963829 X-Patchwork-Delegate: geert@linux-m68k.org Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 098EE23908E; Thu, 6 Feb 2025 22:03:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738879408; cv=none; b=nAlx0hFYjPGF8TvbU0MCuKs1R8DFfjMNTXefheQt6+N+9v5pN2Ax/uu70va8chjUvpFISV7aO/mLWBEc/3fDPMx4xr4lq1qAfEYYNf+Xq9xPcaeZQmRhlYDxd8FaYqn8i0AdNPIJuP12d6NdHB4JblMou6TauiP4Em4EA9Fq5LU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738879408; c=relaxed/simple; bh=DqKjsZ0vyc1aR5v8xm1pNo9x6effzNLvtT4TDbb1ph4=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=L3cIsOHS7sqYKMaZWvyIOLMrcgUqIyaj+Gz0RgwvQaMr9rLm+LTkdmAaHy457HPq0dBDwAk/SR9WBqtndp0FU2cj5lV31R0RuBgkiqpt0klbnqD5evJTDo3pwfCDYNLs10NqlfuL9cpdnbVyK+LxiqAoo5j4ldTKBamcbvDXEd4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com; spf=pass smtp.mailfrom=renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=renesas.com X-CSE-ConnectionGUID: vD3J4fqLSaCqkH0ePdka5w== X-CSE-MsgGUID: Q/GESUGQSfOcl/dzoQYiNg== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 07 Feb 2025 07:03:26 +0900 Received: from mulinux.example.org (unknown [10.226.93.55]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 9A89940AF4A4; Fri, 7 Feb 2025 07:03:22 +0900 (JST) From: Fabrizio Castro To: Vinod Koul , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven Cc: Fabrizio Castro , Magnus Damm , Biju Das , Wolfram Sang , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar Subject: [PATCH 2/7] dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H Date: Thu, 6 Feb 2025 22:03:03 +0000 Message-Id: <20250206220308.76669-3-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250206220308.76669-1-fabrizio.castro.jz@renesas.com> References: <20250206220308.76669-1-fabrizio.castro.jz@renesas.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Make sure we don't allow for the clocks, clock-names, resets, reset-names. and power-domains properties for the Renesas RZ/A1H SoC because its DMAC doesn't have clocks, resets, and power domains. Fixes: 209efec19c4c ("dt-bindings: dma: rz-dmac: Document RZ/A1H SoC") Signed-off-by: Fabrizio Castro --- .../devicetree/bindings/dma/renesas,rz-dmac.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml index b356251de5a8..82de3b927479 100644 --- a/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml +++ b/Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml @@ -112,6 +112,14 @@ allOf: - resets - reset-names + else: + properties: + clocks: false + clock-names: false + power-domains: false + resets: false + reset-names: false + additionalProperties: false examples: