diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-12-30 14:50:30 +0300 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2019-02-01 13:55:43 +0300 |
commit | 74a04e07f9d5add08920d8db0779ddd676f392a0 (patch) | |
tree | 14174d64bc860552ec6e405dff7b63fa170a41eb /arch/arm/boot | |
parent | b02d6197c28e157f5839d8ebf87e758095cc4944 (diff) | |
download | linux-74a04e07f9d5add08920d8db0779ddd676f392a0.tar.xz |
ARM: dts: bcm2837-rpi-3-b: Use consistent label for HDMI hotplug
This make the GPIO label for HDMI hotplug more consistent to the other
boards.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts index 9abb9c55e6e4..31b1c03e0ff7 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"; |