1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux/ipq806x
Adrian Schmutzler ed761344d2 ipq806x: disentangle and clean up SoC DTSI files
So far, the DTSI files on ipq806x had a linear inheritance:

  qcom-ipq8064.dtsi
  v
  qcom-ipq8064-v1.0.dtsi
  v
  qcom-ipq8064-v2.0.dtsi
  v
  qcom-ipq8065.dtsi

This poses problems when one wants to set something that is specific
to an architecture closer to the top of the tree.

In this patch, we remove the chain-like inheritance and have all
other files derived from qcom-ipq8064.dtsi (changing this name to
something more generic is not possible due to upstream use).

The removal of inheritance will require a few entries to be copied
from qcom-ipq8064-v2.0.dtsi to qcom-ipq8065.dtsi. However, it also
opens an opportunity for some clean-up:

- Many definitions can be improved by just using the innermost labels.

- Instead of disabling the CPU_SPC node for ipq8065, it is now off by
  default and enabled where needed.

- Instead of patching phy-tx0-term-offset into qcom-ipq8064.dtsi and
  then having it changed for qcom-ipq8064-v2.0/qcom-ipq8065, just have
  the appropriate settings done in the lower DTSI files directly.

- For the opp_table0 adjustments for ipq8065, just redefine what's
  changed, but don't add all the untouched properties again.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-06 16:21:15 +02:00
..
base-files treewide: drop shebang from non-executable target files 2020-06-16 14:26:33 +02:00
files-4.19/arch/arm/boot/dts ipq806x: add fab scaling support 2020-01-08 14:30:43 +01:00
files-5.4/arch/arm/boot/dts ipq806x: disentangle and clean up SoC DTSI files 2020-07-06 16:21:15 +02:00
generic ipqx0xx: add Generic subtarget 2019-08-22 21:15:28 +02:00
image ipq806x: set IMAGES in Device/Default definition 2020-06-28 14:07:50 +02:00
patches-4.19 kernel: Update kernel 4.19 to version 4.19.131 2020-07-04 21:12:42 +02:00
patches-5.4 kernel: Update kernel 5.4 to version 5.4.50 2020-07-04 21:12:42 +02:00
profiles mac80211: fix selecting of ath10k -ct firmware 2018-09-27 00:22:13 +02:00
config-4.19 ipq806x: enable disk-activity LED trigger 2020-06-03 16:49:28 +02:00
config-5.4 ipq806x: refresh config 2020-07-03 20:38:06 +02:00
Makefile ipq806x: switch to 5.4 kernel 2020-04-09 00:12:46 +02:00