Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74578565 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross
Browse files

arm64: dts: db820c: add support to SPI on HS



This patch adds support to SPI on HS expansion connector.

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent a133f63a
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@
		i2c1	= &blsp2_i2c1;
		i2c1	= &blsp2_i2c1;
		i2c2	= &blsp2_i2c0;
		i2c2	= &blsp2_i2c0;
		spi0	= &blsp1_spi0;
		spi0	= &blsp1_spi0;
		spi1	= &blsp2_spi5;
	};
	};


	chosen {
	chosen {
@@ -67,5 +68,11 @@
			label = "HS-I2C2";
			label = "HS-I2C2";
			status = "okay";
			status = "okay";
		};
		};

		spi@075ba000{
		/* On High speed expansion */
			label = "HS-SPI1";
			status = "okay";
		};
	};
	};
};
};