hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/imx6q-cm-fx6.dts
....@@ -51,6 +51,7 @@
5151 compatible = "compulab,cm-fx6", "fsl,imx6q";
5252
5353 memory@10000000 {
54
+ device_type = "memory";
5455 reg = <0x10000000 0x80000000>;
5556 };
5657
....@@ -254,12 +255,12 @@
254255 };
255256
256257 &ecspi1 {
257
- cs-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>, <&gpio3 19 GPIO_ACTIVE_HIGH>;
258
+ cs-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>, <&gpio3 19 GPIO_ACTIVE_LOW>;
258259 pinctrl-names = "default";
259260 pinctrl-0 = <&pinctrl_ecspi1>;
260261 status = "okay";
261262
262
- m25p80@0 {
263
+ flash@0 {
263264 #address-cells = <1>;
264265 #size-cells = <1>;
265266 compatible = "st,m25p", "jedec,spi-nor";