From patchwork Thu Dec 26 22:57:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 11310769 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B0584921 for ; Thu, 26 Dec 2019 22:58:01 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 474C720838 for ; Thu, 26 Dec 2019 22:58:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="Hsf1kMu8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 474C720838 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1058+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id D70MYY1556264xmw3SCA7RdL; Thu, 26 Dec 2019 14:58:00 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.25429.1577401080518203645 for ; Thu, 26 Dec 2019 14:58:00 -0800 X-Received: by mail.kernel.org (Postfix) id 149F020828; Thu, 26 Dec 2019 22:58:00 +0000 (UTC) X-Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 967B020740 for ; Thu, 26 Dec 2019 22:57:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 967B020740 X-Received: by mail-lj1-f195.google.com with SMTP id h23so25725653ljc.8 for ; Thu, 26 Dec 2019 14:57:59 -0800 (PST) X-Gm-Message-State: HmL5Cmw95q5nqPpCp9b9mQusx1554929AA= X-Google-Smtp-Source: APXvYqxRtISDieYIBvvTDf0g5k5mcnKDnBLfcXbAeiGxtItN84tZUcLReNIfsYsuXkEwWhnKIDvhYPsrJP5/6TpB/HU= X-Received: by 2002:a2e:86d6:: with SMTP id n22mr15574872ljj.77.1577401077594; Thu, 26 Dec 2019 14:57:57 -0800 (PST) MIME-Version: 1.0 From: Linus Walleij Date: Thu, 26 Dec 2019 23:57:46 +0100 Message-ID: Subject: [GIT PULL] Ux500 DTS updates for v5.6 take two To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Stephan Gerhold , Linux ARM Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1577401080; bh=Tm8uArYgS4EkmflCa3Byg4sXgymQbv+t8fjOIpBJtcU=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Hsf1kMu8X+rf/UrwOSikf+BuDIJLiiEMngfHwirnoan8S/9uYPOIOxvBIResFhrRcfN EAmXMM/Y6NCpQaH4nr+W8bolaYLNA7Re0ZtW0jJkcIAD/DRUVaPztcAwVu16Y180Oo8W5 dQ1kSjhxzgmM/Jl/k1BVZTIb9R97Cey1VDg= Hi SoC maintainers, This is another set of DTS updates for the Ux500, adding support for the AB8505 PMIC and the Samsung GT-I8190 "Golden" phone. Please pull it in wherever the previous DTS updates were pulled in (based on the earlier top commit). Yours, Linus Walleij The following changes since commit 42a1e9450c27de15067d1d25f6a608e2bfeb72b2: ARM: dts: ux500: Add devicetree for HREF520 (2019-12-09 14:45:02 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git tags/ux500-armsoc-v5.6-2 for you to fetch changes up to 224bf0fe729237c4da241e5966abfc1bfb4353a3: ARM: dts: ux500: samsung-golden: Add Bluetooth (2019-12-26 00:12:25 +0100) ---------------------------------------------------------------- Support the Samsung GT-I8190/Golden phone: - Proper include file for the AB8505 PMIC variant. - Add a DTS file for the GT-I8190/Golden - Extend the IMU, touch screen, WiFi and Bluetooth as separate patches. ---------------------------------------------------------------- Stephan Gerhold (8): ARM: dts: ux500: Remove unused ste-href-ab8505.dtsi ARM: dts: ux500: Add device tree include for AB8505 dt-bindings: arm: ux500: Document samsung,golden compatible ARM: dts: ux500: Add device tree for Samsung Galaxy S III mini (GT-I8190) ARM: dts: ux500: samsung-golden: Add IMU (accelerometer + gyroscope) ARM: dts: ux500: samsung-golden: Add touch screen ARM: dts: ux500: samsung-golden: Add WiFi ARM: dts: ux500: samsung-golden: Add Bluetooth Documentation/devicetree/bindings/arm/ux500.yaml | 5 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/ste-ab8505.dtsi | 275 ++++++++++++++ arch/arm/boot/dts/ste-href-ab8505.dtsi | 234 ------------ arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 455 +++++++++++++++++++++++ 5 files changed, 737 insertions(+), 235 deletions(-) create mode 100644 arch/arm/boot/dts/ste-ab8505.dtsi delete mode 100644 arch/arm/boot/dts/ste-href-ab8505.dtsi create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-golden.dts -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1058): https://linux.kernel.org/g/patchwork-soc/message/1058 Mute This Topic: https://linux.kernel.org/mt/69278550/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-