Re: [PATCH] ARM: dts: bcm283x: Fix hdmi hpd gpio pull

2019-03-04 Thread Eric Anholt
Stefan Wahren  writes:

> Hi,
>
> since this patch change only one board, the subject could be more specific:
>
> ARM: dts: bcm2835-rpi-b-rev2: Fix hdmi hpd gpio pull
>
>> Helen Koike  hat am 4. März 2019 um 22:48 
>> geschrieben:
>> 
>> 
>> 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 
>> Reviewed-by: Eric Anholt 
>
> I think we should add a Fixes tag here, so it could be backported.
>
> @Eric: Feel free to take V2

Added a fixes tag, and I'll submit PRs for this and the PM fixes now.


signature.asc
Description: PGP signature


Re: [PATCH] ARM: dts: bcm283x: Fix hdmi hpd gpio pull

2019-03-04 Thread Stefan Wahren
Hi,

since this patch change only one board, the subject could be more specific:

ARM: dts: bcm2835-rpi-b-rev2: Fix hdmi hpd gpio pull

> Helen Koike  hat am 4. März 2019 um 22:48 
> geschrieben:
> 
> 
> 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 
> Reviewed-by: Eric Anholt 

I think we should add a Fixes tag here, so it could be backported.

@Eric: Feel free to take V2

Thanks


[PATCH] ARM: dts: bcm283x: Fix hdmi hpd gpio pull

2019-03-04 Thread Helen Koike
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 
Reviewed-by: Eric Anholt 
---
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts 
b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
index 5641d162dfdb..28e7513ce617 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 @@
 };
 
  {
-   hpd-gpios = < 46 GPIO_ACTIVE_LOW>;
+   hpd-gpios = < 46 GPIO_ACTIVE_HIGH>;
 };
 
  {
-- 
2.20.1