Commit e9e61e67e0d68d403669447e1e7ae61cb7bedcb3
1 parent
1197b1b20a
Exists in
master
and in
2 other branches
= spidev DT 원복 =
Showing
1 changed file
with
0 additions
and
11 deletions
Show diff stats
kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6qdl-prime-oven.dtsi
@@ -323,23 +323,12 @@ | @@ -323,23 +323,12 @@ | ||
323 | pinctrl-0 = <&pinctrl_ecspi1>; | 323 | pinctrl-0 = <&pinctrl_ecspi1>; |
324 | status = "okay"; | 324 | status = "okay"; |
325 | 325 | ||
326 | -#if 0 | ||
327 | spidev@0 { | 326 | spidev@0 { |
328 | compatible = "spidev"; | 327 | compatible = "spidev"; |
329 | spi-max-frequency = <20000000>; | 328 | spi-max-frequency = <20000000>; |
330 | reg = <0>; | 329 | reg = <0>; |
331 | status = "okay"; | 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 | &fec { | 334 | &fec { |