In this rework/cleanup: - fix pinctrl node name (partially pulled from upstream) - move xo and times nodes to SoC dtsi (partially pulled from upstream) - remove crypto nodes from board dts (as those are olready in dtsi) - move ap-dk01 tcsr nodes to dtsi (as those are common) - remove counter entry from ap-dk01 boards (no code implemented) - move ap-dk01 networking entries to dtsi (common) - remove spi chip node from ap-dk01 dtsi (not common) - fix maximum cpu speed (all ipq40xx chips can run @716.8MHz)
Roman Yeryomin (8): ipq806x: ipq4019: dts: fix pinctrl node name ipq806x: ipq4019: dts: move xo and timer nodes to SoC dtsi ipq806x: ipq4019: dts: remove crypto nodes from board dts ipq806x: ipq4019: dts: move ap-dk01 tcsr nodes to dtsi ipq806x: ipq4019: dts: remove counter entry from ap-dk01 boards ipq806x: ipq4019: dts: move ap-dk01 networking entries to dtsi ipq806x: ipq4019: dts: remove spi chip node from ap-dk01 dtsi ipq806x: ipq4019: dts: fix maximum cpu speed .../arch/arm/boot/dts/qcom-ipq4019-fritz4040.dts | 76 --------------------- .../arch/arm/boot/dts/qcom-ipq4019-nbg6617.dts | 75 +-------------------- .../arch/arm/boot/dts/qcom-ipq4019-rt-ac58u.dts | 74 -------------------- ...-v3-1-2-dts-ipq4019-Fix-pinctrl-node-name.patch | 44 ++++++++++++ ...q4019-Move-xo-and-timer-nodes-to-SoC-dtsi.patch | 78 ++++++++++++++++++++++ ...dts-ipq4019-ap-dk04-fix-pinctrl-node-name.patch | 11 +++ ...ipq4019-ap-dk04-remove-xo-and-timer-nodes.patch | 27 ++++++++ ...s-ipq4019-ap-dk01-add-tcsr-config-to-dtsi.patch | 42 ++++++++++++ ...ipq4019-ap-dk01-add-network-nodes-to-dtsi.patch | 32 +++++++++ ...19-ap-dk01-remove-spi-chip-node-from-dtsi.patch | 17 +++++ .../864-06-dts-ipq4019-fix-max-cpu-speed.patch | 13 ++++ 11 files changed, 265 insertions(+), 224 deletions(-) create mode 100644 target/linux/ipq806x/patches-4.9/864-00-v3-1-2-dts-ipq4019-Fix-pinctrl-node-name.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-00-v3-2-2-dts-ipq4019-Move-xo-and-timer-nodes-to-SoC-dtsi.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-01-dts-ipq4019-ap-dk04-fix-pinctrl-node-name.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-02-dts-ipq4019-ap-dk04-remove-xo-and-timer-nodes.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-03-dts-ipq4019-ap-dk01-add-tcsr-config-to-dtsi.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-04-dts-ipq4019-ap-dk01-add-network-nodes-to-dtsi.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-05-dts-ipq4019-ap-dk01-remove-spi-chip-node-from-dtsi.patch create mode 100644 target/linux/ipq806x/patches-4.9/864-06-dts-ipq4019-fix-max-cpu-speed.patch -- 2.11.0 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev