From patchwork Sun Oct 29 23:17:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roman Yeryomin X-Patchwork-Id: 831817 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PuduqgW0"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yQD7Y2d4Zz9t4R for ; Mon, 30 Oct 2017 10:18:29 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id:Date:To: From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Om1QolhXcMmZdS0RozVQoIlms0K6y/feb9t9Vap1f9U=; b=PuduqgW0D0rBSj H8ZgHq0Nf0mz2E8JgCDRLrzqQo4o6lrssVOUBi9O8+3sjJXnhHtavvvNs8jxBWpgUIikS8LiIC0pE Vneyexe5GOwvksrCJ+2gqtsUeGCfox49ZyQEBT5/ID/84fJSRgBtTgEiY1FUnJ/F3xS2XjU0q5rVj 1HE4NPkSfa4pC/o/DYXPmnTxhdvfmNfrRv7/g/aZ4ahvvmvVpBTDvxniAJRlcTTwf5OFZ2r7Y3Q7Y XPjuUdAzCup01yQo6a5EcipaOPSC7AuZ0Ce2nFE04LLpx0z7FvvkYjgABVr2iSu+Yek57MxDVql1v ZWYyBuABBYTvi+WAEcGA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e8wqX-0002IV-1c; Sun, 29 Oct 2017 23:18:25 +0000 Received: from [213.175.92.62] (helo=mail.pbx.lv) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e8wqS-000277-7S for lede-dev@lists.infradead.org; Sun, 29 Oct 2017 23:18:22 +0000 Received: from brain.lan (balticom-200-108.balticom.lv [83.99.200.108]) by mail.pbx.lv (MailSystem) with ESMTPSA id B904A195C6C for ; Mon, 30 Oct 2017 01:17:52 +0200 (EET) From: Roman Yeryomin To: LEDE Development List Date: Mon, 30 Oct 2017 01:17:45 +0200 Message-Id: <20171029231745.2928-1-roman@advem.lv> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171029_161820_467712_B7285E20 X-CRM114-Status: UNSURE ( 3.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS Subject: [LEDE-DEV] [PATCH 0/8] ipq806x: ipq4019: rework/cleanup dts(i) X-BeenThere: lede-dev@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org 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