From patchwork Thu Aug 11 20:31:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 596715 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 6C0C2C3F6B0 for ; Thu, 11 Aug 2022 20:32:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235627AbiHKUcE (ORCPT ); Thu, 11 Aug 2022 16:32:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235626AbiHKUcD (ORCPT ); Thu, 11 Aug 2022 16:32:03 -0400 Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B91248A7F6 for ; Thu, 11 Aug 2022 13:32:01 -0700 (PDT) Received: by mail-wr1-x429.google.com with SMTP id bs25so4097809wrb.2 for ; Thu, 11 Aug 2022 13:32:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conchuod.ie; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=NRC10trzuqulg2mbWP7/9kZe6SgJG6yhrQ9QCsgz3RY=; b=XCutOpnPVVZAhqOaRWoHNzRAgMQx51l0/PCcMxYRlNOseA+OItbKcHJEKWbm+xLZ6Y 1O3hD1vVHJ81uZVSSVt1e3UDPKJkaZS1SChDX43YOC61XGyLqDTk5IUVkJFcPLiLFdL1 NvtfvEjj+pgrlyHICggcJiGSX6A7ubcIgUCSEE1VQyG76VLdbUYxgGMB5gpKj2gbwZa/ nMdM4F3m7kJ7wIP7spW01DrV0sYRbHjF5mLuvv+GT5xwDiM1dyhYbyp9UzGHRdIB9RiB VOAVcTmrRjcjEY+F5lib/jjC21Rz+7G5QE2/aTsk/g8DKnF3iQxhtkP5+1kBsu2raXJb 9bQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=NRC10trzuqulg2mbWP7/9kZe6SgJG6yhrQ9QCsgz3RY=; b=py5L+4p5MWw40BDG+d/WRGvc0TOM6awNia64QXQsreKXZWc8woGxwwnbpYoWOG4xLK 00yyfkHvbJE9HBX0bTJmkRcIaKdGYBC3ZRhl30z2gZ357wyi+gmQBu7XVB0IROyh2HcJ HoKgIJxd4gQT0/0Qdq3tANsmLKHtoOo635FooH1zSyp3Wyk7UGt+9wDWUkWLO32Uqx4i hOl/RDIUfCEKIaLW/8r4DSVWP+1eL54XUmwv4nKYJ1Hx3uJUuXVi71d16hseFhh6fC8F oF3X/eluAxFmcGy1MayU95f8BIl8ZFloT3e2so6jcYftDyuCd/Y59SFNKrgVaTLaOZTc 4A3Q== X-Gm-Message-State: ACgBeo0M86GyTlH6yQcmgnp90qI1Dvtn+tRNygCxujWu9j2aAat6pP7Y I9RAlqxMSwCXMgKSyDd+4yJzDg== X-Google-Smtp-Source: AA6agR6GlDpUiPt5PzjH7aZTJbryfnMlgfg7zCpD/CJubC7Re1tH3mrv1P6fO36cNnFdc4wpXfFkbQ== X-Received: by 2002:adf:e112:0:b0:21d:7195:3a8d with SMTP id t18-20020adfe112000000b0021d71953a8dmr333222wrz.371.1660249920196; Thu, 11 Aug 2022 13:32:00 -0700 (PDT) Received: from henark71.. ([109.76.58.63]) by smtp.gmail.com with ESMTPSA id n18-20020a05600c4f9200b003a1980d55c4sm8480521wmq.47.2022.08.11.13.31.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Aug 2022 13:31:59 -0700 (PDT) From: Conor Dooley To: Ulf Hansson , Rob Herring , Krzysztof Kozlowski Cc: Masahiro Yamada , Piotr Sroka , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Conor Dooley Subject: [PATCH] dt-bindings: mmc: cdns: add card-detect-delay property Date: Thu, 11 Aug 2022 21:31:52 +0100 Message-Id: <20220811203151.179258-1-mail@conchuod.ie> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Conor Dooley Upgrading dt-schema to v2022.08 brings with it better handling of unevaluatedProperties, exposing a previously undetected missing property in the cadence sdhci dt-binding: arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dtb: mmc@20008000: Unevaluated properties are not allowed ('card-detect-delay' was unexpected) From schema: Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml Signed-off-by: Conor Dooley --- Should this have a fixes tag? If anything, it'd be Fixes: 84723eec251d ("dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controller") but idk. --- Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml index 4207fed62dfe..99f89eb19356 100644 --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml @@ -112,6 +112,13 @@ properties: minimum: 0 maximum: 0x7f + card-detect-delay: + description: + Delay in milli-seconds before detecting card after card + insert event. The default value is 0. + $ref: /schemas/types.yaml#/definitions/uint32 + default: 0 + required: - compatible - reg