mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
ipq806x: move mass market ipq8064 to v2 dtsi
According to OEM bootlog entry mass market devices are ipq8064 SoC
v2.0:
> socinfo_init: v6, id=202, ver=2.0, raw_id=2064, raw_ver=2064, hw_plat=0, hw_plat_ver=65536
I've checked C2600, EA8500 and VR2600v but couldn't find other
boards bootlog. I think it's safe to assume that other boards are
also v2.0. R7500 may be an exception because it was the first
device to hit the market.
So switch to v2.0 dtsi.
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>
(cherry picked from commit 067036e875
)
This commit is contained in:
parent
d629e013ef
commit
a6d825d735
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qcom-ipq8064-v1.0.dtsi"
|
||||
#include "qcom-ipq8064-v2.0.dtsi"
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user