From patchwork Wed Nov 10 19:15:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 12612699 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C191C4332F for ; Wed, 10 Nov 2021 19:16:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64AC56117A for ; Wed, 10 Nov 2021 19:16:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232797AbhKJTTP (ORCPT ); Wed, 10 Nov 2021 14:19:15 -0500 Received: from www.zeus03.de ([194.117.254.33]:55048 "EHLO mail.zeus03.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232818AbhKJTTK (ORCPT ); Wed, 10 Nov 2021 14:19:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=k1; bh=vfBKx2aAd0E1y2 US/LygY9r+sBEYKlzcy7sO5zf5Flo=; b=0/25ZpLOALa/XqqhaCIZpB8tsa3bPa YkMdwTifbXLECvMtO7qTAYKL5NDbgflqnfxn4IUHNzjcF53q+82kwOc9ClkIlpU0 k3wt5tfuaD6RSn9yi8Whd9tSiqIoz9MYoMu7QCwEREPYWwa9OmUd4H3YW0DKI4op BwRfVlNRs4RWo= Received: (qmail 722514 invoked from network); 10 Nov 2021 20:16:21 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 10 Nov 2021 20:16:21 +0100 X-UD-Smtp-Session: l3s3148p1@D8+uD3TQ3JogAwDPXwnKAAv7bcN/CGzA From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: linux-mmc@vger.kernel.org, Yoshihiro Shimoda , Geert Uytterhoeven , Wolfram Sang Subject: [RFC PATCH v2 07/21] dt-bindings: mmc: renesas,sdhi: add optional SDnH clock Date: Wed, 10 Nov 2021 20:15:56 +0100 Message-Id: <20211110191610.5664-8-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211110191610.5664-1-wsa+renesas@sang-engineering.com> References: <20211110191610.5664-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Signed-off-by: Wolfram Sang Acked-by: Ulf Hansson --- Changes since RFC v1: * use 'oneOf' for the clock-names .../devicetree/bindings/mmc/renesas,sdhi.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml index 9f1e7092cf44..190a58ae77b5 100644 --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml @@ -132,12 +132,20 @@ allOf: properties: clocks: minItems: 1 - maxItems: 2 + maxItems: 3 clock-names: - minItems: 1 - items: + oneOf: - const: core - - const: cd + - items: + - const: core + - const: cd + - items: + - const: core + - const: clkh + - items: + - const: core + - const: clkh + - const: cd - if: properties: