[PATCH v2 5/5] arm64: dts: mt8173: spi bus dts support multiple devices

From: Leilk Liu
Date: Mon Oct 26 2015 - 04:11:09 EST


This patch support multiple devices for MT8173 board.

Signed-off-by: Leilk Liu <leilk.liu@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
index 811cb76..e7a4416 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts
@@ -393,7 +393,7 @@
pinmux = <MT8173_PIN_69_SPI_CK__FUNC_SPI_CK_0_>,
<MT8173_PIN_70_SPI_MI__FUNC_SPI_MI_0_>,
<MT8173_PIN_71_SPI_MO__FUNC_SPI_MO_0_>,
- <MT8173_PIN_72_SPI_CS__FUNC_SPI_CS_0_>;
+ <MT8173_PIN_72_SPI_CS__FUNC_GPIO72>;
};
};
};
@@ -401,6 +401,7 @@
&spi {
pinctrl-names = "default";
pinctrl-0 = <&spi_pins_a>;
+ cs-gpios = <&pio 72 0>;
mediatek,pad-select = <0>;
status = "okay";
};
--
1.8.1.1.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/