From patchwork Thu Oct 17 14:35:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11196239 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 1840B912 for ; Thu, 17 Oct 2019 14:35:52 +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 C1A4B21A4C for ; Thu, 17 Oct 2019 14:35:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="rsicTBIr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C1A4B21A4C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+622+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id n7EUYY1556264xYWtMhUPTLY; Thu, 17 Oct 2019 07:35:51 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.2574.1571322949228198553 for ; Thu, 17 Oct 2019 07:35:49 -0700 X-Received: by mail.kernel.org (Postfix) id A9C7721D7C; Thu, 17 Oct 2019 14:35:48 +0000 (UTC) X-Received: from shell.v3.sk (shell.v3.sk [90.176.6.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C25B421A4C for ; Thu, 17 Oct 2019 14:35:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C25B421A4C X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 606AF49E1C; Thu, 17 Oct 2019 16:35:45 +0200 (CEST) X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6USWDQ8ox8M7; Thu, 17 Oct 2019 16:35:41 +0200 (CEST) X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 2BEB049E30; Thu, 17 Oct 2019 16:35:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.v3.sk X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id NFgWXKYSGMHB; Thu, 17 Oct 2019 16:35:39 +0200 (CEST) X-Received: from belphegor (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id 8A4A149E1C; Thu, 17 Oct 2019 16:35:39 +0200 (CEST) Message-ID: Subject: [GIT PULL] soc/arm/dt: Marvell MMP Device Tree changes for v5.5 From: Lubomir Rintel To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Olof Johansson Date: Thu, 17 Oct 2019 16:35:38 +0200 User-Agent: Evolution 3.34.1 (3.34.1-1.fc31) MIME-Version: 1.0 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 X-Gm-Message-State: wsY9qJIljvnxRlTz7Rzvr2yLx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571322951; bh=97tM90zkdX8OMcqCAaj+cgQFJY85+EMyDQnYuBj2oLo=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=rsicTBIriB3jQCHs76r29FVcZOQc8J/HQGgUyTePp/aasWKGfMHy2W8NeedMPK8HEXp w/j3o7IEwDx1zieSNrfftaTDuO+BIVOb+CEeF1vv9CyFBXC8sdqTNmWnssq1WbMd4yhLh INRbO4bN5dQwHEL002N2tTWpr+aq8fj2ixs= Hi, Please pull the Device Tree changes for the MMP SoC. The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git tags/mmp-dt-for-v5.5 for you to fetch changes up to 5c272bee843e12e4a3a2cc38881fdf31874806e0: ARM: dts: mmp3: Add MMP3 SoC dts file (2019-10-17 16:18:28 +0200) This supersedes the "[GIT PULL] ARM: soc: Marvell MMP changes for v5.5" pull request. Thanks, Lubo ---------------------------------------------------------------- ARM: Marvell MMP Device Tree patches for v5.5 This tag includes binding documentation for various hardware found on Marvell MMP3 SoC along a DTS file for said hardware. ---------------------------------------------------------------- Lubomir Rintel (6): dt-bindings: arm: cpu: Add Marvell MMP3 SMP enable method dt-bindings: arm: Convert Marvell MMP board/soc bindings to json-schema dt-bindings: arm: mrvl: Document MMP3 compatible string dt-bindings: mrvl,intc: Add a MMP3 interrupt controller dt-bindings: phy-mmp3-usb: Add bindings ARM: dts: mmp3: Add MMP3 SoC dts file Documentation/devicetree/bindings/arm/cpus.yaml | 1 + .../devicetree/bindings/arm/mrvl/mrvl.txt | 14 - .../devicetree/bindings/arm/mrvl/mrvl.yaml | 35 ++ .../bindings/interrupt-controller/mrvl,intc.txt | 14 +- .../devicetree/bindings/phy/phy-mmp3-usb.txt | 13 + arch/arm/boot/dts/mmp3.dtsi | 527 +++++++++++++++++++++ 6 files changed, 585 insertions(+), 19 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/mrvl/mrvl.txt create mode 100644 Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml create mode 100644 Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt create mode 100644 arch/arm/boot/dts/mmp3.dtsi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#622): https://linux.kernel.org/g/patchwork-soc/message/622 Mute This Topic: https://linux.kernel.org/mt/34703099/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] -=-=-=-=-=-=-=-=-=-=-=-