kernel/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
.. .. @@ -43,6 +43,7 @@ 43 43 / { 44 44 /* Will be filled by the bootloader */ 45 45 memory@10000000 { 46 + device_type = "memory";46 47 reg = <0x10000000 0>; 47 48 }; 48 49 .. .. @@ -202,7 +203,7 @@ 202 203 &ecspi2 { 203 204 pinctrl-names = "default"; 204 205 pinctrl-0 = <&pinctrl_hummingboard2_ecspi2>; 205 - cs-gpios = <&gpio2 26 0>;206 + cs-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>;206 207 status = "okay"; 207 208 }; 208 209