diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-12 23:48:11 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-03-26 15:58:17 +0200 |
commit | 6c1657623fd25e6ccc21d3a3ac628fba0307d611 (patch) | |
tree | 6644b8c47d47bb436ca44589845d2029331cb3c4 /target/linux/lantiq/dts | |
parent | fb7ea71c15d2bccb8cc6383d3a08921b79713712 (diff) | |
download | upstream-6c1657623fd25e6ccc21d3a3ac628fba0307d611.tar.gz upstream-6c1657623fd25e6ccc21d3a3ac628fba0307d611.tar.bz2 upstream-6c1657623fd25e6ccc21d3a3ac628fba0307d611.zip |
lantiq: update spi driver to upstream version
These patches are backported from upstream Linux kernel.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/falcon.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/falcon.dtsi b/target/linux/lantiq/dts/falcon.dtsi index 30025e0dc2..98f71819a2 100644 --- a/target/linux/lantiq/dts/falcon.dtsi +++ b/target/linux/lantiq/dts/falcon.dtsi @@ -166,7 +166,7 @@ spi: spi@100D00 { status = "disabled"; - compatible = "intel,falcon-spi", "intel,xrx100-spi", "lantiq,spi-lantiq-ssc"; + compatible = "lantiq,falcon-spi", "lantiq,xrx100-spi", "lantiq,spi-lantiq-ssc"; interrupts = <22 23 24 25>; interrupt-names = "spi_tx", "spi_rx", "spi_err", "spi_frm"; #address-cells = <1>; |