From: Chirag Parekh Date: Wed, 25 Jan 2017 15:00:57 +0000 (-0800) Subject: arm64: zynqmp: Update device tree for gpio X-Git-Tag: v2018.01-rc1~59^2~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d801ce553e84fded21060804f577b944da445317;p=u-boot arm64: zynqmp: Update device tree for gpio Used defines rather than raw values for gpio configurations. Signed-off-by: Chirag Parekh Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu102-revA.dts b/arch/arm/dts/zynqmp-zcu102-revA.dts index 581ecd76e8..fd7d646671 100644 --- a/arch/arm/dts/zynqmp-zcu102-revA.dts +++ b/arch/arm/dts/zynqmp-zcu102-revA.dts @@ -60,7 +60,7 @@ compatible = "gpio-leds"; heartbeat_led { label = "heartbeat"; - gpios = <&gpio 23 0>; + gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; };