From patchwork Sun Jul 22 04:10:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 10539127 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 005961822 for ; Sun, 22 Jul 2018 04:10:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E193B26E90 for ; Sun, 22 Jul 2018 04:10:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D5F5B27031; Sun, 22 Jul 2018 04:10:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C36D426E90 for ; Sun, 22 Jul 2018 04:10:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727744AbeGVFFx (ORCPT ); Sun, 22 Jul 2018 01:05:53 -0400 Received: from mail-yw0-f196.google.com ([209.85.161.196]:37741 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727318AbeGVFFx (ORCPT ); Sun, 22 Jul 2018 01:05:53 -0400 Received: by mail-yw0-f196.google.com with SMTP id w76-v6so5736833ywg.4 for ; Sat, 21 Jul 2018 21:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ucVgiHYF3o4W/AijhoM6iNEO8U3WAc5nqkzTsgkDwqY=; b=CzpERpdlCS9Nap+XVZ3BZYyrkpNckAgAH4uNU22kLjbLYm38PFgel0QCY1iiTy4KtK sCkROMOjPOjz6wLxyJtdhquLaQ2Kdq9ttNZM82l7t7WnCo3OyFGVHeRva/EqtvMx+RMe NKF8JCPbqtl9ih41nqGLPbl7fNCNoJsULfasQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ucVgiHYF3o4W/AijhoM6iNEO8U3WAc5nqkzTsgkDwqY=; b=BzT8L3ULgpn/jgDRCVe/lFHJT3stfwDoLtWZ2ARKoZRZnuD2BYys3+AKS3FF7TcpuL u2rUJt+4mmMkQAF1CgSsPlZHsP4V7OJ6sf66fzE8nktiDCtRVTgroeb0YBBluYSTe2CU wJdi6W7tKx6TrfOFlDvU48ShbJTgql/WrlqopfZLx4Cd1wM3KBk1gvZS4w9Wki0aEibv 8WRHJlqHrlwfERfA9G8LU7/yp3BXVaBIi1OWEW3DgGyAPDO2acOBehq32ZMsuBhxuiA+ knasEBKYK+kNi3BhQXIX63XV5h4dG3bzofph6hUYRCB4E/8zWU5O7Qfr9oLgS9UeC4lP 3iWQ== X-Gm-Message-State: AOUpUlFrWBUdUH7+FUkVutNraQBoY9rveTZAaV4/8namx4rxb19eLtLN sdXwHM7duX4YF69PO3aSpJ73pKI6Nu8= X-Google-Smtp-Source: AAOMgpe3KIHhdsrsbBPp0lharr5geErIBI7+LeL3QewNwzUh4+5gp2y4Fz6B0Ou0GM8+g2xQSvgDlA== X-Received: by 2002:a0d:f7c3:: with SMTP id h186-v6mr3862324ywf.272.1532232641302; Sat, 21 Jul 2018 21:10:41 -0700 (PDT) Received: from localhost (107-207-74-175.lightspeed.austtx.sbcglobal.net. [107.207.74.175]) by smtp.gmail.com with ESMTPSA id q3-v6sm3008958ywh.95.2018.07.21.21.10.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Jul 2018 21:10:40 -0700 (PDT) From: Andy Gross To: arm@kernel.org Cc: Olof Johansson , Kevin Hilman , Arnd Bergmann , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Qualcomm Device Tree updates for 4.19 Date: Sat, 21 Jul 2018 23:10:22 -0500 Message-Id: <1532232622-18275-5-git-send-email-andy.gross@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1532232622-18275-1-git-send-email-andy.gross@linaro.org> References: <1532232622-18275-1-git-send-email-andy.gross@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-4.19 for you to fetch changes up to b0c28f2765813e816740028dd85e64e46eee15a0: ARM: dts: qcom: Add missing OPP properties for CPUs (2018-07-21 16:18:14 -0500) ---------------------------------------------------------------- Qualcomm Device Tree Changes for v4.19 * Add missing OPPs on IPQ4019 * Fix sdhci l20 load on Hammerhead * Use proper IRQ macros for IPQ8064 interrupts ---------------------------------------------------------------- Bhushan Shah (1): ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci Sricharan R (1): ARM: dts: qcom: Fix 'interrupts = <>' property to use proper macros Viresh Kumar (1): ARM: dts: qcom: Add missing OPP properties for CPUs arch/arm/boot/dts/qcom-ipq4019.dtsi | 24 +++++++++++++ arch/arm/boot/dts/qcom-ipq8064.dtsi | 41 +++++++++++++--------- .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts | 2 ++ 3 files changed, 50 insertions(+), 17 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html