From patchwork Thu Nov 22 12:32:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 1001740 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="G0KHdqlh"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::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 430zNW6Pjkz9s29 for ; Thu, 22 Nov 2018 23:32:27 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Hwsb3h9XFA+FTUDdnLSgtO2LJs301QPpGK5suS2yKTM=; b=G0KHdqlhaYAQyS risry+AHCD6l4uhph9PKp+a8qTRnuCtiQlnV3Zyfivry95do/fE8ovS+i3ezbPNz6OaIP0KUP+dUN TIL6ZXlCGBV2X7wRylRfSfP+ziFwVd0q1UQteDqEoVqqGylpewRp+L4SxDw7+wM/xD9vRxBIhlTOT 7BWv/EqJsEeQTyyoc2tADzjIMrC3ID+CIR0I7mYw7Hs0WzfMu1bFq93dnyM++CyiF8kTQNAGtfuEN PH7ZgVI0qoIXDTL06pszy+66Qz7R+m+WifMOYow50VWPHStFGSPM1iYe3wV7zdnwJ3lBVm2fGMNlz ycd3kYR6aA7R7WD5qGnA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gPo9d-0006QK-P2; Thu, 22 Nov 2018 12:32:21 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gPo9a-0006P7-OH; Thu, 22 Nov 2018 12:32:20 +0000 Received: from we0660.dip.tu-dresden.de ([141.76.178.148] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gPo9M-0007yK-F3; Thu, 22 Nov 2018 13:32:04 +0100 From: Heiko Stuebner To: arm@kernel.org Subject: [GIT PULL 1/2] Rockchip arm32 devicetree fixes for 4.20 Date: Thu, 22 Nov 2018 13:32:04 +0100 Message-ID: <110221357.jpgQ0Qy0za@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181122_043218_935796_CE9C26BC X-CRM114-Status: GOOD ( 10.55 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Kevin, Olof, please find below and in the second mail some fixes for Rockchip boards. Please pull. Thanks Heiko The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.20-rockchip-dts32fixes-1 for you to fetch changes up to 672e60b72bbe7aace88721db55b380b6a51fb8f9: ARM: dts: rockchip: Remove @0 from the veyron memory node (2018-11-19 09:28:17 +0100) ---------------------------------------------------------------- Moving the veyron memory node from memory@0 back to memory, as the firmware on these devices as issues identifying the formally correct node. ---------------------------------------------------------------- Heiko Stuebner (1): ARM: dts: rockchip: Remove @0 from the veyron memory node arch/arm/boot/dts/rk3288-veyron.dtsi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) From patchwork Thu Nov 22 12:32:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 1001742 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="R2BGTKRD"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::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 430zPZ5CzLz9s29 for ; Thu, 22 Nov 2018 23:33:22 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y8MD6Q8fmLt1hd/79Efqo1ecVLY5h5yP4+RjArcLpMU=; b=R2BGTKRDCF0gVX DHz8sZbODKZ+/C01nM2+/Klc61KkwE+rAV+M4CmKkatvJBeBofwFSNheUK0+7PZWthGfv1lHzjno5 +J82ycWrvEBwvvTc5aIcMB+WpCzwWHtGA14/qKnjdwLyvyRzLMZlTKHlmpLFzbW+e7feSvFX/6d4e 4MJzObHTNs118pgj3Jx68/kGaT41VIkIllkH/ajEMnXihAxYJFRkAJILbuWs/IIKmzw3QHGSWU31k uBjOLCUDV7t2ZYW6ZohWbBf65ZqEdoKAaBbHSQYgt8KVKsgADNoOqYTXKWgVsvtJEzsGoZLyCX0np cYhvINjkRLY84vJ8xFLQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gPoAW-0006zr-GA; Thu, 22 Nov 2018 12:33:16 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gPoAA-0006iP-1f; Thu, 22 Nov 2018 12:32:55 +0000 Received: from we0660.dip.tu-dresden.de ([141.76.178.148] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gPo9y-0007yk-O7; Thu, 22 Nov 2018 13:32:42 +0100 From: Heiko Stuebner To: arm@kernel.org Subject: [GIT PULL 2/2] Rockchip arm64 devicetree fixes for 4.20 Date: Thu, 22 Nov 2018 13:32:42 +0100 Message-ID: <3222605.xbTO2UFBUd@phil> In-Reply-To: <110221357.jpgQ0Qy0za@phil> References: <110221357.jpgQ0Qy0za@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181122_043254_232568_10A88D81 X-CRM114-Status: GOOD ( 10.82 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.20-rockchip-dts64fixes-1 for you to fetch changes up to c1d91f86a1b4c9c05854d59c6a0abd5d0f75b849: arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou. (2018-11-13 15:02:07 +0100) ---------------------------------------------------------------- Removal of vdd_log regulator on rk960 to fix a stability issue and fixup of the pcie reset polarity on puma-haikou. ---------------------------------------------------------------- Christoph Muellner (1): arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou. Daniel Lezcano (1): arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issues arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-)