mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
ARM: dts: ifc6410: enable spi device on expansion
This patch enables spi device on the 30 pin expansion connector. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
committed by
Andy Gross
parent
b2dc04c5b0
commit
492731cbd0
@@ -178,6 +178,16 @@ eeprom@52 {
|
||||
};
|
||||
};
|
||||
|
||||
gsbi@1a200000 {
|
||||
qcom,mode = <GSBI_PROT_SPI>;
|
||||
status = "okay";
|
||||
spi4: spi@1a280000 {
|
||||
status = "okay";
|
||||
num-cs = <1>;
|
||||
cs-gpios = <&tlmm_pinmux 53 0>;
|
||||
};
|
||||
};
|
||||
|
||||
gsbi@16500000 {
|
||||
status = "ok";
|
||||
qcom,mode = <GSBI_PROT_UART_W_FC>;
|
||||
|
||||
Reference in New Issue
Block a user