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

ARM: tegra: apalis_t30: drop obsolete spidev nodes



Drop obsolete spidev device tree nodes 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 63a11def
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -111,24 +111,12 @@ hdmiddc: i2c@7000c700 {
	spi@7000d400 {
		status = "okay";
		spi-max-frequency = <25000000>;

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

	/* SPI5: Apalis SPI2 */
	spi@7000dc00 {
		status = "okay";
		spi-max-frequency = <25000000>;

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

	hda@70030000 {