From patchwork Fri Feb 16 06:04:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajendra Nayak X-Patchwork-Id: 874285 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; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=codeaurora.org header.i=@codeaurora.org header.b="T0/mxF7h"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="T0/mxF7h"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zjN0s2nSmz9t3G for ; Fri, 16 Feb 2018 17:05:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753075AbeBPGFb (ORCPT ); Fri, 16 Feb 2018 01:05:31 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:49460 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752667AbeBPGFa (ORCPT ); Fri, 16 Feb 2018 01:05:30 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E7ECF60B67; Fri, 16 Feb 2018 06:05:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1518761129; bh=fWef3lrL/f/hyVxcLzhFhOHoxpWmS3xTsa/2258BLvE=; h=From:To:Cc:Subject:Date:From; b=T0/mxF7hA1qLa9wLYT5Ft3Ujb4Rpa7s9HlAPg2QNKFy2+7dxoyCLMPms/7BbkhvbK 5mxscnDgZk26P5Af9DP9XVznaUnx6jP0oAASAD/p2r62IYXxKJfvehFuV73DXMIaWu HSTRuOVzcuf5Ufo7cy8UOQG76VcAwoG6veyMqGas= 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 827DE60558; Fri, 16 Feb 2018 06:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1518761129; bh=fWef3lrL/f/hyVxcLzhFhOHoxpWmS3xTsa/2258BLvE=; h=From:To:Cc:Subject:Date:From; b=T0/mxF7hA1qLa9wLYT5Ft3Ujb4Rpa7s9HlAPg2QNKFy2+7dxoyCLMPms/7BbkhvbK 5mxscnDgZk26P5Af9DP9XVznaUnx6jP0oAASAD/p2r62IYXxKJfvehFuV73DXMIaWu HSTRuOVzcuf5Ufo7cy8UOQG76VcAwoG6veyMqGas= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 827DE60558 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, sboyd@codeaurora.org, evgreen@chromium.org, bjorn.andersson@linaro.org, dianders@chromium.org, Rajendra Nayak Subject: [PATCH v4 0/4] Add DTS for SDM845 SoC and MTP Date: Fri, 16 Feb 2018 11:34:59 +0530 Message-Id: <20180216060503.22006-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) serial: https://patchwork.ozlabs.org/cover/860251/ (under review) 'PATCH 3/3' is based on v2 of serial patches, will need an update if v3 (still in the works) has further binding updates Since 'PATCH 2/3' also adds an ITS node and keeps it disabled, we also depend on https://lkml.org/lkml/2018/1/29/383 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 (4): 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 arm64: dts: sdm845: Add serial console support 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 | 54 +++++ arch/arm64/boot/dts/qcom/sdm845.dtsi | 316 +++++++++++++++++++++++++ 5 files changed, 373 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sdm845-mtp.dts create mode 100644 arch/arm64/boot/dts/qcom/sdm845.dtsi