Commit ccb99d44 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

ARM: tegra: colibri_t30: drop obsolete spidev node



Drop obsolete spidev device tree node as nowadays one should do this
by binding the spidev driver to specific instances/chip selects at
runtime.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9eca7649
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -88,12 +88,6 @@ can0: can@0 {
			interrupts = <TEGRA_GPIO(S, 0) IRQ_TYPE_EDGE_RISING>;
			spi-max-frequency = <10000000>;
		};

		spidev0: spi@1 {
			compatible = "spidev";
			reg = <1>;
			spi-max-frequency = <25000000>;
		};
	};

	/* SD/MMC */