Skip to content
Snippets Groups Projects
Commit 0046aef6 authored by Chuanhong Guo's avatar Chuanhong Guo
Browse files

ath79: use ar934x-spi for ar933x as well


ar933x appears to have the same spi controller as ar934x but it's
not mentioned in datasheet at all. Use new spi driver instead to
gain more flash operating performance.

Signed-off-by: default avatarChuanhong Guo <gch981213@gmail.com>
parent ebf0d8da
No related branches found
No related tags found
No related merge requests found
......@@ -119,11 +119,10 @@
};
spi: spi@1f000000 {
compatible = "qca,ar7100-spi";
reg = <0x1f000000 0x10>;
compatible = "qca,ar934x-spi";
reg = <0x1f000000 0x1c>;
clocks = <&pll ATH79_CLK_AHB>;
clock-names = "ahb";
#address-cells = <1>;
#size-cells = <0>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment