9
0
Fork 0

MIPS: ath79: dts: sync spi stuff with linux v4.7-rc2

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2016-06-14 01:15:05 +03:00 committed by Sascha Hauer
parent 3104cf598c
commit f1772f4798
2 changed files with 8 additions and 3 deletions

View File

@ -44,10 +44,15 @@
};
spi: spi@1f000000 {
compatible = "qca,ar7100-spi";
reg = <0x1f000000 0x01000000>;
clocks = <&pll ATH79_CLK_AHB>;
clock-names = "ahb";
#address-cells = <1>;
#size-cells = <0>;
compatible = "qca,ath79-spi";
reg = <0x1f000000 0x01000000>;
status = "disabled";
};
};

View File

@ -289,7 +289,7 @@ static void ath79_spi_remove(struct device_d *dev)
static __maybe_unused struct of_device_id ath79_spi_dt_ids[] = {
{
.compatible = "qca,ath79-spi",
.compatible = "qca,ar7100-spi",
},
{
/* sentinel */