Received: by 10.223.185.116 with SMTP id b49csp969872wrg; Wed, 21 Feb 2018 09:51:36 -0800 (PST) X-Google-Smtp-Source: AH8x2264uP3fOkiicWbmXPklQXVbyQX1ymhXaqOD2PLaOizfpOL0L7B7bXWGnFqIJXCes4AinzZq X-Received: by 10.99.49.198 with SMTP id x189mr3362224pgx.135.1519235496436; Wed, 21 Feb 2018 09:51:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519235496; cv=none; d=google.com; s=arc-20160816; b=DJMtBoXCdAifyZIBs9n7m5K/hD+ecy351hLKTD6qBiXBHXJcBmZmzt6DYth62klcyt QuiqO+IWj+PgC0u7QlAphA92ed1Jni5F5MHuLnPnrQoeyEeQ83V/4AVF8IiaIceZy1qV u1x689MdcxPlEfyd5KdYpY/h7k+JJv9jsOzf64I39p9VoRCCHXmDGenVacj0d45JLDMG T7Th6XygC2dt84Q46dEBk1DhdyAmFsw84YEOJFZfGpiM69XLdvmxOeTeVGZTCEM4hm/H NBUVUCclbMn9gmJemgb/tqdOkkz0s25CsgDoeBE68qzUGd2NAyiuaH0JAUvMeIo7WGcP 7RYA== 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=/08wzJ1GhmbQumW5I2T7MFnrQO34iaAvtU+/sIxHsA8=; b=W2K51pFIQxEQKEdqzmmji9OXuQ51S1S+0K272k/cv6mZ/3pmXGLMyE7W7aD8hnhTvL Wt2zIbBpd46qiB4Q0KlmxBpasaOUYhBnhFlm1dU7w3KIeqMRcEg4a+b1/Gm5EpUYiG7V CvtBbI82Faw7PF2/lc19ASMcfxOJvXiDyrrMULEcP9W5uFjy/ETk4dgCMm86ebgfaN3h p4exrVRVc43rcW19AgTsBdxdJbxHV3eS5eUB85RN/0si4BtwxVzv3HZv/wVk9rzmjQ+p 7GaTWG3EVYLaLKWIp/4zreW4AKiNkCKEVhMjXfmKjW3i7dxX/5TQUPEViU/9tSD3ll1V z6aA== 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 k195si1951446pga.68.2018.02.21.09.51.13; Wed, 21 Feb 2018 09:51:36 -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 S933734AbeBUMp1 (ORCPT + 99 others); Wed, 21 Feb 2018 07:45:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59056 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933673AbeBUMpZ (ORCPT ); Wed, 21 Feb 2018 07:45:25 -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 B85FD1224; Wed, 21 Feb 2018 12:45:24 +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.4 04/33] ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property Date: Wed, 21 Feb 2018 13:44:47 +0100 Message-Id: <20180221124409.769957350@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124409.564661689@linuxfoundation.org> References: <20180221124409.564661689@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.4-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 { @@ -112,7 +113,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; @@ -203,7 +204,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>;