diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2018-01-18 12:39:50 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 20:34:14 +0200 |
commit | adbdf780492c0b877057ffb6765d0329adcbd2be (patch) | |
tree | 5f8a587697d886ed425930790cb06556aef55648 /target/linux/ipq806x/files-4.14 | |
parent | e40db2907e2a7d4837b25be3bedb1f25fc248bbf (diff) | |
download | upstream-adbdf780492c0b877057ffb6765d0329adcbd2be.tar.gz upstream-adbdf780492c0b877057ffb6765d0329adcbd2be.tar.bz2 upstream-adbdf780492c0b877057ffb6765d0329adcbd2be.zip |
ipq806x: introduce ipq8064 SoC v2 dtsi
According to QCA internal numbering there are 3 versions of
ipq8064/5 SoC:
ipq8064 v1.0 - probably ipq8064 evaluation boards only
ipq8064 v2.0 - probably ipq8064 mass market boards only
ipq8064 v3.0 - aka ipq8065, boards based on ipq8065.
Each next revision includes configuration differences from
previous revision and adds something new.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
[slh: rebase for kernel v4.14 as well]
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Diffstat (limited to 'target/linux/ipq806x/files-4.14')
-rw-r--r-- | target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-v2.0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-v2.0.dtsi b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-v2.0.dtsi new file mode 100644 index 0000000000..b90ce81868 --- /dev/null +++ b/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-v2.0.dtsi @@ -0,0 +1 @@ +#include "qcom-ipq8064-v1.0.dtsi" |