From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A383BCCA482 for ; Tue, 19 Jul 2022 21:52:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=lB12sqiOHGpEOBle2aRDaOtHzsWxERSweELOqdBxeCs=; b=OarH34AWK+ZfhM LjEm+sQbtPaDaq/IK8LiQezH+uH+dKRD3J6ld/J0ULltxwdytyafvDNyn7MZMzv7aqI33Fjy3Uf3V 9cIyf/WXFjhgqo0qkIYZnAqQ84p73jP7d41KP1wZA0PuIWSk9g5CQdPqj9QrE1OcL16vjiAswPXcV kgGN6KDGMnbH5B6wV7Dr6H46wsTIFm5hQPCjeDwAn2DU1G0escBCkHKWax1u0PI8MSTFW51FzDPHR moyc+QCYwvhKM1RP8KL0LBOai1OKyqP3AQZNmM3NNZ9NbPpkIr9qKzkr0dieV39KTMytztrTgM2mW NipBsg5qafVwhMV6lA5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oDv7U-00DPvj-Un; Tue, 19 Jul 2022 21:51:09 +0000 Received: from mail-io1-f44.google.com ([209.85.166.44]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oDv7B-00DPcW-02 for linux-arm-kernel@lists.infradead.org; Tue, 19 Jul 2022 21:50:51 +0000 Received: by mail-io1-f44.google.com with SMTP id 125so12955708iou.6 for ; Tue, 19 Jul 2022 14:50:48 -0700 (PDT) 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:mime-version :content-transfer-encoding; bh=gc70hJeeC4K1a4Pl7tIbgu2cZMCaW6mozT61jHtq/W8=; b=v6LKv8IvN3uf+ftd5HjZEQv1bE7d6RnBR+QSHDZjEk5A09cXGwXEZmMkBlXWvQJkSk OXdrZWCoFq19uNwsBlUf1t0xQWKFInbxpp4S5Siq0JpdcGPFI3A3NZhxGLt9Oo4Qb6/J ZG+NSG8kcpF4d7opb9fvw35sgOBa1fc8/cwrNDAkk5CJUipiZEyj4orcn8PnjUul/aQl h9qvbGHrJPwa3Yh2zU9K/DYWZhLQVQpXElBM8+oT4Aev/wRFLffpVm5cy4ATcld/mc7H AhgOr5jWC6wXYmMchDdLNzq9knMOkCvmqWKqjFXkPFe+Rvudf3N9yVZIxk/FwP861ViZ iGCQ== X-Gm-Message-State: AJIora/2vYABj2fAzaETWVFcuZVSVSZIjcBlDle9AcwZAFSZH0Yy97pV bUZihMkag0eU46BS9yg8CLRl19P1Ew== X-Google-Smtp-Source: AGRyM1vB1qedxrzyJ7eOI2IVp8x9uka7FzHJ8J9G8xA9jnI0//tRCURnZwNNgNmHczWifPRkOylYZg== X-Received: by 2002:a05:6638:16d4:b0:341:44c4:8191 with SMTP id g20-20020a05663816d400b0034144c48191mr14543773jat.32.1658267446843; Tue, 19 Jul 2022 14:50:46 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.248]) by smtp.googlemail.com with ESMTPSA id n3-20020a056638110300b0033efc8857c0sm7087676jal.50.2022.07.19.14.50.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Jul 2022 14:50:46 -0700 (PDT) From: Rob Herring To: Richard Zhu , Lucas Stach , Bjorn Helgaas , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team Cc: linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: PCI: fsl,imx6q-pcie: Add missing type for 'reset-gpio-active-high' Date: Tue, 19 Jul 2022 15:50:31 -0600 Message-Id: <20220719215031.1875860-1-robh@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220719_145049_066606_5D21ACF8 X-CRM114-Status: UNSURE ( 9.73 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 'reset-gpio-active-high' is missing a type definition and is not a common property. The type is boolean. Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml index 252e5b72aee0..376e739bcad4 100644 --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml @@ -144,6 +144,7 @@ properties: description: If present then the reset sequence using the GPIO specified in the "reset-gpio" property is reversed (H=reset state, L=operation state) (optional required). + type: boolean vpcie-supply: description: Should specify the regulator in charge of PCIe port power. -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel