hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
....@@ -43,6 +43,7 @@
4343 / {
4444 /* Will be filled by the bootloader */
4545 memory@10000000 {
46
+ device_type = "memory";
4647 reg = <0x10000000 0>;
4748 };
4849
....@@ -202,7 +203,7 @@
202203 &ecspi2 {
203204 pinctrl-names = "default";
204205 pinctrl-0 = <&pinctrl_hummingboard2_ecspi2>;
205
- cs-gpios = <&gpio2 26 0>;
206
+ cs-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>;
206207 status = "okay";
207208 };
208209