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 7139EC4332F for ; Sat, 31 Dec 2022 07:20:58 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=geFhrUwmtW+mjxSldeAVpnrBsr0hmR/P8GAR9W8VILo=; b=QQ6HBVg+E00x3h w9fidAat84dtYLFgruWbp20SwOmA2PEKxEWuKPE8qBT4bqCoZ0otGZV5eyFKWizrCtKxHxGNx9UQD aOThzweuw05MqhP8+OBvAeG9jhbtPJQDG/wxIBUNARf8IPUF+/cBYYPDXLH66A43lvlGTVfFbUz1E Cn0IvmHr+94fDgdcFJNwE9GgZEj+45h54Si3Pm0sN7v3K+z13sz0MAD55Kdu/kNZuSp64QgpZt0GD PbrqvrWNEVAaGwi+5kXT9R4aBO2kVnj7YKDRUJzZICUzLccb1B4q2+Q5xQO3vzwDm21ALvJ0+cKRR jNuC+Qf08tPZPRoPFrBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBW9u-001o8N-Kp; Sat, 31 Dec 2022 07:19:58 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBW9o-001o57-03 for linux-arm-kernel@lists.infradead.org; Sat, 31 Dec 2022 07:19:53 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3EFFFB8016A; Sat, 31 Dec 2022 07:19:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66994C433EF; Sat, 31 Dec 2022 07:19:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672471189; bh=cs3q1kSo7wSbdRxsOXirkBoh0irqpR9qinOAxpR/Avg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X6Kav1DWzYbe8ciYKIZM12t6POQAQPD+VIW7CN/b1X1Tb/X/uz5Sz4mCdAY0xqaEC Ur4kBahEtu2675i5rVOF+NC0VE5lPnvMa8B7uaFt1DZTvbbg+IVjhOsxes8stU3nGp HpHJ/gljLgoOMCoYSnacrNlOsQOni14yZOZaJMMnLq/wPiTc1v4pxp0PV8/xF+cGyt jWDI5DcuTSiClCHgIz7bOvbdpYSRB2yjOqv5DBxtcgQ00x0DirCapo1SJaoOEhAHvb pM1snWh2l6YfMogs+tC1IkVoiTQ+t2uSoSWBcO13O9uo1I0cJGrLm0KAXIjIArEJow Rn++njdaMjeZg== Date: Sat, 31 Dec 2022 15:19:42 +0800 From: Shawn Guo To: Fabio Estevam Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, tharvey@gateworks.com, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx6qdl-gw560x: Remove incorrect 'uart-has-rtscts' Message-ID: <20221231071941.GI6112@T480> References: <20221121202259.2415821-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221121202259.2415821-1-festevam@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221230_231952_226417_1BCA7726 X-CRM114-Status: GOOD ( 13.28 ) 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 On Mon, Nov 21, 2022 at 05:22:59PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The following build warning is seen when running: > > make dtbs_check DT_SCHEMA_FILES=fsl-imx-uart.yaml > > arch/arm/boot/dts/imx6dl-gw560x.dtb: serial@2020000: rts-gpios: False schema does not allow [[20, 1, 0]] > From schema: Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml > > The imx6qdl-gw560x board does not expose the UART RTS and CTS > as native UART pins, so 'uart-has-rtscts' should not be used. > > Using 'uart-has-rtscts' with 'rts-gpios' is an invalid combination > detected by serial.yaml. > > Fix the problem by removing the incorrect 'uart-has-rtscts' property. > > Fixes: b8a559feffb2 ("ARM: dts: imx: add Gateworks Ventana GW5600 support") > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel