diff options
author | 2024-10-11 10:03:29 +0000 | |
---|---|---|
committer | 2024-10-11 10:03:30 +0000 | |
commit | b72cd67a0300f3a38e1121a91849b556fc31fad2 (patch) | |
tree | f5c352e2c60f99fed758f2cc017fa3f0d1b1c340 | |
parent | Merge tag 'soc_fsl-6.12-3' of https://github.com/chleroy/linux into arm/fixes (diff) | |
parent | ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin (diff) | |
download | wireguard-linux-b72cd67a0300f3a38e1121a91849b556fc31fad2.tar.xz wireguard-linux-b72cd67a0300f3a38e1121a91849b556fc31fad2.zip |
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/20241008220440.23182-1-florian.fainelli@broadcom.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts b/arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts index 72d26d130efa..85f54fa595aa 100644 --- a/arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts +++ b/arch/arm/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts @@ -77,7 +77,7 @@ }; &hdmi { - hpd-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>; + hpd-gpios = <&expgpio 0 GPIO_ACTIVE_LOW>; power-domains = <&power RPI_POWER_DOMAIN_HDMI>; status = "okay"; }; |