summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-h5-orangepi-pc2.dts
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-05-25 18:26:41 (GMT)
committerJagan Teki <jagan@amarulasolutions.com>2017-06-01 14:42:08 (GMT)
commitf333973340a4b84461074a1c38ede3ebbc3de297 (patch)
tree45f122edb0e84796ec9a647cc506a3867bee48fd /arch/arm/dts/sun50i-h5-orangepi-pc2.dts
parent702a3e579b115b7e443773e56910a6b13d7ea7bf (diff)
downloadu-boot-f333973340a4b84461074a1c38ede3ebbc3de297.tar.xz
arm64: dts: sun50i: h5: orangepi-pc2: Use GPIO flag binding macro
Instead of defining numerical value on GPIO flag better to use existing binding macro. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts/sun50i-h5-orangepi-pc2.dts')
-rw-r--r--arch/arm/dts/sun50i-h5-orangepi-pc2.dts4
1 files changed, 3 insertions, 1 deletions
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";
};