diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2019-06-21 18:25:12 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2019-07-16 09:52:43 +0800 |
commit | f65501e1c2fee17d61f047cee404ddf5f0caf31a (patch) | |
tree | 5b5f5511c29cfe3eb5ad0b8f9c1ff9512ec3a95b /target/linux/ath79/dts/ar9344.dtsi | |
parent | a9360452f0130bb39a8e732334a174cc3f8991fd (diff) | |
download | upstream-f65501e1c2fee17d61f047cee404ddf5f0caf31a.tar.gz upstream-f65501e1c2fee17d61f047cee404ddf5f0caf31a.tar.bz2 upstream-f65501e1c2fee17d61f047cee404ddf5f0caf31a.zip |
ath79: ar93xx/qca95xx: move gmac/wmac/pcie node out of apb bus
according to functional block diagram in datasheet, these devices
don't belong to apb bus.
Move these nodes out to match datasheet description.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/ar9344.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar9344.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9344.dtsi b/target/linux/ath79/dts/ar9344.dtsi index 117c0b07a7..de118e9a3b 100644 --- a/target/linux/ath79/dts/ar9344.dtsi +++ b/target/linux/ath79/dts/ar9344.dtsi @@ -31,7 +31,7 @@ }; }; -&apb { +&ahb { pcie: pcie-controller@180c0000 { compatible = "qcom,ar9340-pci", "qcom,ar7240-pci"; #address-cells = <3>; |