Commit e9e61e67e0d68d403669447e1e7ae61cb7bedcb3

Authored by larche
1 parent 1197b1b20a
Exists in master and in 2 other branches fhd, fhd-demo

= spidev DT 원복 =

kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6qdl-prime-oven.dtsi
... ... @@ -323,23 +323,12 @@
323 323 pinctrl-0 = <&pinctrl_ecspi1>;
324 324 status = "okay";
325 325  
326   -#if 0
327 326 spidev@0 {
328 327 compatible = "spidev";
329 328 spi-max-frequency = <20000000>;
330 329 reg = <0>;
331 330 status = "okay";
332 331 };
333   -#else
334   - flash: mb85rs16@0 {
335   - #address-cells = <1>;
336   - #size-cells = <1>;
337   - compatible = "fujitsu,mb85rs16";
338   - reg = <0>;
339   - spi-max-frequency = <20000000>;
340   - m25p,fast-read;
341   - };
342   -#endif
343 332 };
344 333  
345 334 &fec {
... ...