From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Wahren Subject: [PATCH 4/6] ARM: dts: bcm2837-rpi-3-b: Use consistent label for HDMI hotplug Date: Sat, 12 Jan 2019 13:43:26 +0100 Message-ID: <1547297008-2740-5-git-send-email-stefan.wahren@i2se.com> References: <1547297008-2740-1-git-send-email-stefan.wahren@i2se.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1547297008-2740-1-git-send-email-stefan.wahren@i2se.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring , Mark Rutland , Florian Fainelli , Ray Jui , Scott Branden , Eric Anholt Cc: Gottfried Haider , devicetree@vger.kernel.org, Stefan Wahren , Phil Elwell , bcm-kernel-feedback-list@broadcom.com, Peter Robinson , linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org This make the GPIO label for HDMI hotplug more consistent to the other boards. Signed-off-by: Stefan Wahren --- arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts index 9abb9c5..31b1c03 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts @@ -39,7 +39,7 @@ "WL_ON", "STATUS_LED", "LAN_RUN", - "HPD_N", + "HDMI_HPD_N", "CAM_GPIO0", "CAM_GPIO1", "PWR_LOW_N"; -- 2.7.4