Skip to content

Commit b72cd67

Browse files
committed
Merge tag 'arm-soc/for-6.12/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM-based SoCs Device Tree fixes for 6.12, please pull the following: - Florian fixed the HDMI gpio pin which is connected to GPIO pin 0, not 1 * tag 'arm-soc/for-6.12/devicetree-fixes' of https://github.com/Broadcom/stblinux: ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents dec17c8 + dc7785e commit b72cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
};
7878

7979
&hdmi {
80-
hpd-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;
80+
hpd-gpios = <&expgpio 0 GPIO_ACTIVE_LOW>;
8181
power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
8282
status = "okay";
8383
};

0 commit comments

Comments
 (0)