From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84133C433B4 for ; Sat, 15 May 2021 16:52:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49803613B5 for ; Sat, 15 May 2021 16:52:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233719AbhEOQxa (ORCPT ); Sat, 15 May 2021 12:53:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbhEOQx1 (ORCPT ); Sat, 15 May 2021 12:53:27 -0400 Received: from the.earth.li (the.earth.li [IPv6:2a00:1098:86:4d:c0ff:ee:15:900d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62F5FC061573 for ; Sat, 15 May 2021 09:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=earth.li; s=the; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=+mKLe/4OElUdDV+bpqfDIHZ1Ca/pDNLytCsMnCklxVo=; b=DmbWxEOhAqspmr2oAzA9S/h/ai +4yLxy3Cx+Z1qV74JI37/99rMlofMJyXFxp6u8kn3eemsuqSaNpNmPfmbMqodxdGbrZXS08BD0bjl HIt6JLFsrzoQGumBfAvYUfNQBxhDXatABzohbJ9NDdRvFHcQKlQB6kacJ38yqWCTXdciDf5rY7n5s cFR3tPFtgp8og3Skoe323Oa9vUsFu1zaFf7HAvI7r56kICgnEZTiDg9EFVGoYip75SXB/btcWj01E EfIucQmGfAE078d0/UyixQMzMswWvrNXboMldF6w5tgKAZv60oX5qWg+sgrHj5ACia6jyZvU/F6kH eSLXJL4g==; Received: from [2001:4d48:ad59:1409:4::2] (helo=youmian.o362.us) by the.earth.li with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lhxWM-0004QT-0M; Sat, 15 May 2021 17:52:10 +0100 Date: Sat, 15 May 2021 17:52:02 +0100 From: Jonathan McDowell To: Andy Gross , Bjorn Andersson , Rob Herring , Ansuel Smith , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] ARM: dts: qcom: Enable various devices for IPQ806x / RB3011 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds various devices (NAND, USB, tsens, L2CC, RPM) which have either recently gained mainline drivers, or just failed to be previously added, to the DTS for the IPQ806x platform. It then enables them for the MikroTik RB3011 platform, where they have all been tested. I've done the additions to the main IPQ806x DTS as separate commits for each logical set, and then a single wholesale set of changes for the RB3011 to turn everything on. Happy to squash to 1/2 commits or split out further if desired. Jonathan McDowell (5): ARM: dts: qcom: Add ADM DMA + NAND definitions to ipq806x ARM: dts: qcom: Add tsens details to ipq806x ARM: dts: qcom: Add USB port definitions to ipq806x ARM: dts: qcom: add L2CC and RPM for IPQ8064 ARM: dts: qcom: Enable NAND + USB for RB3011 arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 58 +++ arch/arm/boot/dts/qcom-ipq8064.dtsi | 427 +++++++++++++++++++++- 2 files changed, 484 insertions(+), 1 deletion(-) -- 2.20.1