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 500F7C4708E for ; Sat, 31 Dec 2022 11:53:11 +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=SltqJWW/K4oXODwagKu9NHhTtlL5Vpc0g2HTCck9ViY=; b=pn9QlN22N1YdZb vrImE3pFn+ciuv/PNJPiXF63EDkVFYYqa+mD490Nm2SNPhsG5edq1fGIuFDSe0NgbrfTlJnEXKckd iOnEQkJAjKJD+HYpX8DMNxV1IaquWPxmXKIJxQO95RT/8dRVwyy50XfUPc9MBDDFMaxDLnZLQkLrj l1w2GJZx+a/DLSfBY85C2CKMBpXIYZgjnoBddSpL7UDZ3BYqCv47Js+Q/42AdC0SVNK2N9uCiqXmw eO9CkmLtM6vIVF6UAmzyn7RWGtgfnsPPmYHj5tCm5jp799xBMv+svR5pYGPLJuLMznOlQShT+Xcnq 8HuvKEjZZIqrbwtqVCpw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBaPC-004nqS-6S; Sat, 31 Dec 2022 11:52:02 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBaP1-004nei-9M for linux-arm-kernel@lists.infradead.org; Sat, 31 Dec 2022 11:51:52 +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 dfw.source.kernel.org (Postfix) with ESMTPS id C73B76068D; Sat, 31 Dec 2022 11:51:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E43FCC433D2; Sat, 31 Dec 2022 11:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672487505; bh=VR0gMcynXU/oB4yTFnS9K1GiRNhYX9ISmV6ST/FFhEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i6iYNZDfdZNPH6Ft8bttlLPwm5WQd4ksoiw0Dt1+vao7PZdNFCxOTW6FT6rnV7kY1 POn8iVr/8MSLDLrOqdZMPmIxZ4s6st3PEG8MZrQNVah2NoK9WVzCSK/gs/fzH3ftEv hhVJhPSzQPYrSSXniEbpDr9QkXCrNdih5O9Q+M4yjtEcfdfHH1p8be++8oAdFLTntr 8JBh4VtIwsTauz3YqOdd8QgdF5X23aTjgKjQB4bPIqyzZpc9Wc7jwof4cBzPa60Mm9 M7z0FEkWWkxq8st6dsy+KKQZX8YTcLK5qKBk7jFw+tlb+z9kA6hLBoIe4jjc8xgi25 7r/uXLzTdZYzQ== Date: Sat, 31 Dec 2022 19:51:38 +0800 From: Shawn Guo To: Francesco Dolcini Cc: linux-arm-kernel@lists.infradead.org, Stefan Eichenberger , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v2] arm64: dts: imx8mm-verdin: enable hpd on hdmi-connector Message-ID: <20221231115137.GO6112@T480> References: <20221129140935.34428-1-francesco@dolcini.it> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221129140935.34428-1-francesco@dolcini.it> 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-20221231_035151_452165_45D13EB4 X-CRM114-Status: UNSURE ( 8.85 ) 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 On Tue, Nov 29, 2022 at 03:09:35PM +0100, Francesco Dolcini wrote: > From: Stefan Eichenberger > > Add hot plug detect gpio to the HDMI connector. > > Signed-off-by: Stefan Eichenberger > Signed-off-by: Francesco Dolcini Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel