[PATCH v5 08/10] ARM: dts: Fix apparent GPIO typo in exynos5250-arndale

From: Andreas FÃrber
Date: Fri Aug 01 2014 - 00:57:10 EST


The GPIO flag 2 has no constant assigned, so this was probably active-low.

Signed-off-by: Andreas FÃrber <afaerber@xxxxxxx>
---
v5: New
Spotted during cleanup.

arch/arm/boot/dts/exynos5250-arndale.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 3a608f57f833..a04a875346aa 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -164,7 +164,7 @@
};

&hdmi {
- hpd-gpio = <&gpx3 7 2>;
+ hpd-gpio = <&gpx3 7 GPIO_ACTIVE_LOW>;
vdd_osc-supply = <&ldo10_reg>;
vdd_pll-supply = <&ldo8_reg>;
vdd-supply = <&ldo8_reg>;
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/