diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-14 13:14:50 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-05 23:08:03 +0200 |
commit | 7c1c0a00fc7948d119a3e3a0dc7a8e89a5c54acc (patch) | |
tree | 0f027a901c29b09973e20861fce3d4c897c94111 /target/linux/ipq806x/patches-5.4/085-ipq8064-v1.0-dtsi-additions.patch | |
parent | b7b7c2a6adf96ff8186509fc1bef550c82d5fc26 (diff) | |
download | upstream-7c1c0a00fc7948d119a3e3a0dc7a8e89a5c54acc.tar.gz upstream-7c1c0a00fc7948d119a3e3a0dc7a8e89a5c54acc.tar.bz2 upstream-7c1c0a00fc7948d119a3e3a0dc7a8e89a5c54acc.zip |
ipq806x: use qcom-ipq8064-v1.0.dtsi from upstream
This uses upstream qcom-ipq8064-v1.0.dtsi and modifies it by patches
instead of keeping a local version. As a consequence:
- we use a part of the shared definitions there and update device
DTS files accordingly
- we move additional stuff from our local v1.0.dtsi to the patch
- we drop partitions, LEDs and keys from the file as we will
implement them differently anyway
Like with the previous patch, this follows the idea that a diff
from upstream might be easier to handle than a big file of our
own with different distribution pattern of properties.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq806x/patches-5.4/085-ipq8064-v1.0-dtsi-additions.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.4/085-ipq8064-v1.0-dtsi-additions.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/ipq806x/patches-5.4/085-ipq8064-v1.0-dtsi-additions.patch b/target/linux/ipq806x/patches-5.4/085-ipq8064-v1.0-dtsi-additions.patch new file mode 100644 index 0000000000..9837fb156d --- /dev/null +++ b/target/linux/ipq806x/patches-5.4/085-ipq8064-v1.0-dtsi-additions.patch @@ -0,0 +1,26 @@ +This uses upstream qcom-ipq8064-v1.0.dtsi and modifies it by patches +instead of keeping a local version. This patch adds our local adjustments +for the (local) additional contents of qcom-ipq8064.dtsi + +--- a/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi ++++ b/arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi +@@ -56,3 +56,19 @@ + }; + }; + }; ++ ++&CPU_SPC { ++ status = "okay"; ++}; ++ ++&pcie0 { ++ phy-tx0-term-offset = <7>; ++}; ++ ++&pcie1 { ++ phy-tx0-term-offset = <7>; ++}; ++ ++&pcie2 { ++ phy-tx0-term-offset = <7>; ++}; |