Received: by 10.223.185.116 with SMTP id b49csp1030554wrg; Wed, 21 Feb 2018 10:52:27 -0800 (PST) X-Google-Smtp-Source: AH8x225JKuSqqeLPjxe45tiwdFIayJ2Bs/onrYWS9QybdotHJIIQy1BqqRpHB2h7eJw1vlJzkbPB X-Received: by 10.99.122.12 with SMTP id v12mr3521941pgc.128.1519239147692; Wed, 21 Feb 2018 10:52:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519239147; cv=none; d=google.com; s=arc-20160816; b=cuKUdy2N2i41FYJjnmZUlT4Qsz+Z4WjhAeZCFgH8JM/qbv69ug4xsclpB034qM5jLb GJCGaqBWZ0COsvfbvxjgq4Ac16nd7+66CPrNJ5IvsubsCtbRLeAEyt6zXoFDAoeKWCRB 2/8m29ZjtWv3vQCIZBFkaHQTDYVVhIns3+4OPn4PP868e6RwMc+5mgs5a+ACvZKiqtj9 vUOW3DSMKIkp1dWY8q0zKlSpDAdSu/a6YGk87qK59bYAoPHuzkmg55K6794Eh990Woei fJw4YiW/E89BM782jDbeTKQIJ2ozW/HulmaVf5+LuZRdAEEpCXPnkJUbqlOaVhfAA2Gs jGKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=/UGUaKQBJVdfacaI8AZrLnWU1DO8O/tjEOYWZTjQ6Mc=; b=w4QtVLjf5EvcGpwTenAaeIRaL6TCxcH1DPg3JK6kzvh5E6qRWQ4CDaiRslg4FoAJMw ALzTS/ZMDiuxCbZA3GZKtS5J3jSzR9XDI5Zl5fM+yXc5IQUiIMZcZmpbr8VYG8AUO4Gg 9TRBy/ZMBsRheNeaiWYzmiU5Bhw1uqNR15UQwxqpzwjX2GJ/EsKGhbPBbbGApHI2CwYT Ei1HLu7gxQkk7Um39t5pUMnYlijEmnyKFTsWTxSKdihnOudcOPBp0S/vAEeKvP0rsn/n pJFCmj9lavU+iOnFe1BC24TvbfrQs7f/6JaJ9bkZs7k7jgCv0cJpeKSbIEio1u72g1iG bFSw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id az8-v6si1645270plb.723.2018.02.21.10.52.13; Wed, 21 Feb 2018 10:52:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937646AbeBUOal (ORCPT + 99 others); Wed, 21 Feb 2018 09:30:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34748 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932696AbeBUM4T (ORCPT ); Wed, 21 Feb 2018 07:56:19 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 1511F37; Wed, 21 Feb 2018 12:56:18 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Patrice Chotard , Arnd Bergmann Subject: [PATCH 4.9 45/77] ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property Date: Wed, 21 Feb 2018 13:48:54 +0100 Message-Id: <20180221124434.085414330@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124432.172390020@linuxfoundation.org> References: <20180221124432.172390020@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Patrice Chotard commit 7ac1f59c09a61e6af6622df6809e003b0af07f3d upstream. The GPIO polarity is missing in the hdmi,hpd-gpio property, this fixes the following DT warnings: arch/arm/boot/dts/stih410-b2120.dtb: Warning (gpios_property): hdmi,hpd-gpio property size (8) too small for cell size 2 in /soc/sti-display-subsystem/sti-hdmi@8d04000 arch/arm/boot/dts/stih407-b2120.dtb: Warning (gpios_property): hdmi,hpd-gpio property size (8) too small for cell size 2 in /soc/sti-display-subsystem/sti-hdmi@8d04000 arch/arm/boot/dts/stih410-b2260.dtb: Warning (gpios_property): hdmi,hpd-gpio property size (8) too small for cell size 2 in /soc/sti-display-subsystem/sti-hdmi@8d04000 [arnd: marked Cc:stable since this warning shows up with the latest dtc by default, and is more likely to actually cause problems than the other patches from this series] Cc: stable@vger.kernel.org Signed-off-by: Patrice Chotard Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/stih407.dtsi | 3 ++- arch/arm/boot/dts/stih410.dtsi | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/arch/arm/boot/dts/stih407.dtsi +++ b/arch/arm/boot/dts/stih407.dtsi @@ -8,6 +8,7 @@ */ #include "stih407-clock.dtsi" #include "stih407-family.dtsi" +#include / { soc { sti-display-subsystem { @@ -122,7 +123,7 @@ <&clk_s_d2_quadfs 0>, <&clk_s_d2_quadfs 1>; - hdmi,hpd-gpio = <&pio5 3>; + hdmi,hpd-gpio = <&pio5 3 GPIO_ACTIVE_LOW>; reset-names = "hdmi"; resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>; ddc = <&hdmiddc>; --- a/arch/arm/boot/dts/stih410.dtsi +++ b/arch/arm/boot/dts/stih410.dtsi @@ -9,6 +9,7 @@ #include "stih410-clock.dtsi" #include "stih407-family.dtsi" #include "stih410-pinctrl.dtsi" +#include / { aliases { bdisp0 = &bdisp0; @@ -213,7 +214,7 @@ <&clk_s_d2_quadfs 0>, <&clk_s_d2_quadfs 1>; - hdmi,hpd-gpio = <&pio5 3>; + hdmi,hpd-gpio = <&pio5 3 GPIO_ACTIVE_LOW>; reset-names = "hdmi"; resets = <&softreset STIH407_HDMI_TX_PHY_SOFTRESET>; ddc = <&hdmiddc>;