summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.com>2019-03-04 18:48:37 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-04 09:15:18 +0200
commit93c2b843ca2c97ee04a2c404f8562cffae4419f6 (patch)
tree26f4d1ab7743679370f732709b6cdefe3fac3512 /arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
parentc88a0aa7ace7eb10dca42be59f21e2cbd263575e (diff)
ARM: dts: bcm283x: Fix hdmi hpd gpio pull
[ Upstream commit 544e784188f1dd7c797c70b213385e67d92005b6 ] Raspberry pi board model B revison 2 have the hot plug detector gpio active high (and not low as it was in the dts). Signed-off-by: Helen Koike <helen.koike@collabora.com> Fixes: 49ac67e0c39c ("ARM: bcm2835: Add VC4 to the device tree.") Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts')
-rw-r--r--arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
index 4bc70efe43d6..3178a5664942 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
@@ -93,7 +93,7 @@
};
&hdmi {
- hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
+ hpd-gpios = <&gpio 46 GPIO_ACTIVE_HIGH>;
};
&uart0 {