From patchwork Mon Jul 4 13:06:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 587420 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 D5F13C43334 for ; Mon, 4 Jul 2022 13:06:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234004AbiGDNG3 (ORCPT ); Mon, 4 Jul 2022 09:06:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233901AbiGDNG3 (ORCPT ); Mon, 4 Jul 2022 09:06:29 -0400 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77F33CE29 for ; Mon, 4 Jul 2022 06:06:26 -0700 (PDT) Received: by mail-lf1-x131.google.com with SMTP id t24so15723629lfr.4 for ; Mon, 04 Jul 2022 06:06:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=K5jqoFqY9t4pG6Ih7jeiXaIVhWUo5Kb1qS0mgGRz8PU=; b=eKzQ9peRdGhtKbJZ8ANkHcSHbDsdYDZtmVttDAYCcL+5hJIZ0dionog9WoFpAJcJrU FE0m6vAaDrn2cobxIWV/GHTtlIovQ25mLgcfD/Gzby76TKXZYQJ9Al3R2P2oFAzIwtDO OJ/y/zyxLqWGFrIDOl0OkfSS1UlfUZC3s2GvOaZDXLFmaSdXdaFVabfAm/yAov0SNI8Y 3t28xdyRWCvuoklzlNUwkRPNVWi6hDaDQH0DkkBNjNZZdEedfRRFM/rh/UiRISHCUPto 17qY4614w5PT65EY0yFDJA/SSrtICilg4cJzswVSA1BztPsaXTRxWoIxPW4ilsqS8GEN gzZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=K5jqoFqY9t4pG6Ih7jeiXaIVhWUo5Kb1qS0mgGRz8PU=; b=jLsoRLrsKyR8n276JpoWr6hZddZOHC4GJhLUrnJuTziHg/ZpCvLyf3f6L62tuKyPxa zf5R+Ha8BdrT4XLY4zyGbtllCdombM0ksltVpK5FDgTFchUopGw0wLxbN0pPiJMy5Ne9 JNPFAy1sUavBATKfiWGY2/v/Qep95E5iRtc5WGPGLfMmEQDE/xZ4dyTqa81wIzpukUHt 7LIBmsWx7RE7rxz3bnKP/mg/g92K02Sg2pad21+9ApP40FZgJFvoF8xJ2EYPFj88O85J u7E6AwKAadgwpm6nviRYyiNHQW6g+w8Iv5875+bicRAX/lnFj6ba1ED8R7aiB+XMeg8f 7Wtg== X-Gm-Message-State: AJIora8X52PGcZyzEDSqqYeW5hspBmVZtgg5hP4k85Cz205MM6zXpcd9 JHVU2qdEdo1uIILXZRcsrhw3mQ== X-Google-Smtp-Source: AGRyM1uynXFoT9txapI2XEBOctelNPzglsHt63ycz7EI3SibzdqD549cN1ZKzRZ/mdclHxBlXLWMSw== X-Received: by 2002:a05:6512:c06:b0:481:1cb1:ed44 with SMTP id z6-20020a0565120c0600b004811cb1ed44mr19156119lfu.323.1656939984753; Mon, 04 Jul 2022 06:06:24 -0700 (PDT) Received: from krzk-bin.home ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id bt30-20020a056512261e00b0047861c163d0sm5115092lfb.37.2022.07.04.06.06.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Jul 2022 06:06:24 -0700 (PDT) From: Krzysztof Kozlowski To: Mark Brown , Rob Herring , Krzysztof Kozlowski , Michal Simek , Nobuhiro Iwamatsu , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/2] spi: dt-bindings: zynqmp-qspi: add missing 'required' Date: Mon, 4 Jul 2022 15:06:18 +0200 Message-Id: <20220704130618.199231-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220704130618.199231-1-krzysztof.kozlowski@linaro.org> References: <20220704130618.199231-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org During the conversion the bindings lost list of required properties. Fixes: c58db2abb19f ("spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAML") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Michal Simek --- Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml b/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml index ea72c8001256..fafde1c06be6 100644 --- a/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml +++ b/Documentation/devicetree/bindings/spi/spi-zynqmp-qspi.yaml @@ -30,6 +30,13 @@ properties: clocks: maxItems: 2 +required: + - compatible + - reg + - interrupts + - clock-names + - clocks + unevaluatedProperties: false examples: