From patchwork Mon Mar 12 14:12:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajendra Nayak X-Patchwork-Id: 884524 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=codeaurora.org header.i=@codeaurora.org header.b="lYZxP5DC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="BcIPs9YR"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 400KkR3v2sz9sLv for ; Tue, 13 Mar 2018 01:14:55 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751280AbeCLOM5 (ORCPT ); Mon, 12 Mar 2018 10:12:57 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:57402 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbeCLOMy (ORCPT ); Mon, 12 Mar 2018 10:12:54 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 4424E606DB; Mon, 12 Mar 2018 14:12:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1520863974; bh=tGCW/2NG2pvbybeaSLCwKFu+ADB7LimFryfSlX812oE=; h=From:To:Cc:Subject:Date:From; b=lYZxP5DCUjPQiHRHP+A2RgVKEwgRINuBH+0F8A6Giwa/ULJjVgzx2a5P9PLqJDc3j LzeD8T95NyJa6WqAE1uuBVaT6YSYnNIjzTswL+/Cf7xaqEjrpZ+ptpu0ot+sYVLUMT 13NsIbJytgt3qINsHy8vrYZPhQxEFOBTri3qNmtc= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=2.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED, T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0 Received: from blr-ubuntu-173.qualcomm.com (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.18.19]) (using TLSv1.1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: rnayak@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id EA2E46016D; Mon, 12 Mar 2018 14:12:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1520863973; bh=tGCW/2NG2pvbybeaSLCwKFu+ADB7LimFryfSlX812oE=; h=From:To:Cc:Subject:Date:From; b=BcIPs9YRlCQ3zYRrwhiiud6enBuhfGmLDwOgtFJqkgeu4cQ0eNHjIkmQZ0ofJyo0A JfERfJvpJBzpjX+/kKdGAb2VBv9HkxXmd7lQQ8z9yuSQbr1floIH80hOt+v32pt4Kc z2iqz8WNHvvY9A0rKlZz4u+mRLSO6Y1BydTwvkb8= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org EA2E46016D Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=rnayak@codeaurora.org From: Rajendra Nayak To: andy.gross@linaro.org Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, swboyd@chromium.org, evgreen@chromium.org, bjorn.andersson@linaro.org, dianders@chromium.org, marc.zyngier@arm.com, Rajendra Nayak Subject: [PATCH v7 0/3] Add DTS for SDM845 SoC and MTP Date: Mon, 12 Mar 2018 19:42:21 +0530 Message-Id: <20180312141224.11907-1-rnayak@codeaurora.org> X-Mailer: git-send-email 2.15.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org These are basic device tree files needed to boot a SDM845 MTP board to a ramfs based serial console shell Bindings are based on whats proposed for pinctrl/serial/clock drivers for SDM845 SoC pinctrl: https://patchwork.kernel.org/patch/10157143/ (This is now pulled in by Linus Walleij for 4.17) clocks: https://lkml.org/lkml/2018/1/31/209 (under review) I have dropped the patch that adds the serial/geni nodes from v6/7, as that will be reposted along with the geni patch series by Karthik Since 'PATCH 3/3' also adds an ITS node and keeps it disabled, we also depend on https://lkml.org/lkml/2018/1/29/383 Andy, since we aren't adding anything new for clocks (gcc) and pinctrl, do these look good to be pulled in for 4.17? changes in v7: * Dropped redistributor-stride and #redistributor-regions as suggested by Marc Zyngier changes in v6: * added the missing power-domain-cells property for gcc as reported by Doug Anderson * Dropped the patch which added geni/serial nodes in dts. Karthik has agreed to carry that patch along with his GENI series. changes in v5: * Removed all instances of IRQ_TYPE_NONE changes in v4: * pull config changes to uart pins * License in device tree files is still GPL-2.0 changes in v3: * split the pinmux/pinconf nodes across SoC/Board files * Fixes for issues reported with 'make dtbs W=2' * other minor fixes based on review changes in v2: * dropped cpu-map * dropped GIC_CPU_MASK_SIMPLE() * Added new cpu compatible for kryo385 * added ITS node, marked as disabled Rajendra Nayak (3): dt-bindings: arm: Document kryo385 cpu dt-bindings: qcom: Add SDM845 bindings arm64: dts: sdm845: Add minimal dts/dtsi files for sdm845 SoC and MTP Documentation/devicetree/bindings/arm/cpus.txt | 1 + Documentation/devicetree/bindings/arm/qcom.txt | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 15 ++ arch/arm64/boot/dts/qcom/sdm845.dtsi | 276 +++++++++++++++++++++++++ 5 files changed, 294 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sdm845-mtp.dts create mode 100644 arch/arm64/boot/dts/qcom/sdm845.dtsi Reviewed-by: Stephen Boyd