Received: by 10.223.185.116 with SMTP id b49csp692277wrg; Wed, 21 Feb 2018 05:29:53 -0800 (PST) X-Google-Smtp-Source: AH8x226/R054ozkRWOegsf34ieN4HE8p3ovJhKGfyz4EEOS7MFuJkvlN7WgoGl+JJrG7eP40fYih X-Received: by 10.98.150.82 with SMTP id c79mr3360742pfe.88.1519219793771; Wed, 21 Feb 2018 05:29:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519219793; cv=none; d=google.com; s=arc-20160816; b=xXiATsEve33D0KFOxQpbLVNqZ0TSF0EG3GeoDCl2yZwahoTe82iDjO+RfnrCSeHc9e rc3pI7qjlGohT14vYegV0KLKDMPVvTnSdYtLDnoxX11hX3RTJlWxrnAkXr7gFq5e79co iDeME0tGON52XXKK6/W2QmZOJ5+Y5NW9GQuh4XaRX+wh/lY41HJC4A+1WMWiS6KF46AD /Mbin/yQ4FlC1W+lkKALMT4E1c7CS3Orq+GVC+h/57ItO+EaA54dAuer5aDWibL7pYAO SRuxLfm0pr3agSneTghopLpTQwl/O75uvNdQryxZV1/AbSzh0GyFO/feBsKbMMPVmMht mybg== 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=vB2HCTFMa0GVCJXY3RSYm/BbWtJXSEyo7SHszPEdAm0=; b=TCm9EBzOF/kGm2w8qH8GaGAwxCMHrUqDWUJQ3tMYy7c3rqyLdokp4aYFMT+UKHO82y 1h6fZW0cjzB6skkWIPA3Z+PFIT5jOBxKu12L3uD6kqLkzxxZExNvbIkT3lzNC8JGExFs 875jUFktKB6bQqD3pCdeZMFyrgeOYvYMZZCpFS452E5CSNqIxBaK94XlhYLyAJ+sI2cK kteSU/xGzHKnvUVZh5WmyfcBXVam8o3MdNpoME6Ls03waBFTkglpvyu++JEiKNYUnLr8 DEre7ZJlxsbh54MjS5mLfNJ7jdQ8R5RmxzPVBY+X0lhAbLqc7A9th+QNXKVcF2Df9Xhq MBTA== 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 h1-v6si7604990pln.138.2018.02.21.05.29.39; Wed, 21 Feb 2018 05:29:53 -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 S934992AbeBUM6w (ORCPT + 99 others); Wed, 21 Feb 2018 07:58:52 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36286 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934977AbeBUM6t (ORCPT ); Wed, 21 Feb 2018 07:58:49 -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 87CFA94F; Wed, 21 Feb 2018 12:58:48 +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.14 028/167] ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property Date: Wed, 21 Feb 2018 13:47:19 +0100 Message-Id: <20180221124526.127177910@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124524.639039577@linuxfoundation.org> References: <20180221124524.639039577@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.14-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>;