diff mbox

[U-Boot,3/5] arm64: dts: sun50i: h5: orangepi-pc2: Use GPIO flag binding macro

Message ID 1495740911-9455-4-git-send-email-jteki@openedev.com
State Accepted
Commit f333973340a4b84461074a1c38ede3ebbc3de297
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Jagan Teki May 25, 2017, 7:35 p.m. UTC
From: Jagan Teki <jagan@amarulasolutions.com>

Instead of defining numerical value on GPIO flag
better to use existing binding macro.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/sun50i-h5-orangepi-pc2.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/dts/sun50i-h5-orangepi-pc2.dts b/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
index 81594e6..780d59a 100644
--- a/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
+++ b/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
@@ -44,6 +44,8 @@ 
 
 #include "sun50i-h5.dtsi"
 
+#include <dt-bindings/gpio/gpio.h>
+
 / {
 	model = "OrangePi PC 2";
 	compatible = "xunlong,orangepi-pc-2", "allwinner,sun50i-h5";
@@ -79,7 +81,7 @@ 
 	pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;
 	vmmc-supply = <&reg_vcc3v3>;
 	bus-width = <4>;
-	cd-gpios = <&pio 5 6 0>;
+	cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
 	cd-inverted;
 	status = "okay";
 };