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=-12.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 6648EC43331 for ; Thu, 7 Nov 2019 22:21:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F6B62166E for ; Thu, 7 Nov 2019 22:21:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727568AbfKGWVM (ORCPT ); Thu, 7 Nov 2019 17:21:12 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:32815 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725870AbfKGWVL (ORCPT ); Thu, 7 Nov 2019 17:21:11 -0500 X-Originating-IP: 92.184.100.203 Received: from localhost (unknown [92.184.100.203]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id C9CB4C0004; Thu, 7 Nov 2019 22:21:08 +0000 (UTC) Date: Thu, 7 Nov 2019 23:20:50 +0100 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: DT for 5.5 Message-ID: <20191107222050.GA202089@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd, Olof, New i2c features for sama5d4 and sama5d2 xplained boards. A new kizbox and a rework of the existing kizbox device trees. 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/at91/linux tags/at91-5.5-dt for you to fetch changes up to e58ee34217246c34cd6bc9f129fb2dc3315ad27c: ARM: dts: at91: kizbox: use node labels (2019-11-07 00:38:15 +0100) ---------------------------------------------------------------- AT91 DT for 5.5 - New Overkiz Kizbox3 board - Rework of the other Kizbox device trees - New filters for i2c on sama5d4 and sama5d2 ---------------------------------------------------------------- Eugen Hristev (3): ARM: dts: at91: sama5d27_som1_ek: add mmc capabilities for SDMMC0 ARM: dts: at91: sama5d2_xplained: add analog and digital filter for i2c ARM: dts: at91: sama5d4_xplained: add digital filter for i2c Kamel Bouhara (7): ARM: dts: at91: sama5d2: add an rtc label for derived boards dt-bindings: Add vendor prefix for Overkiz SAS dt-bindings: arm: at91: Document Kizbox3 HS board binding ARM: dts: at91: add Overkiz KIZBOX3 board dt-bindings: arm: at91: Document Kizbox2-2 board binding ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards ARM: dts: at91: kizbox: use node labels .../devicetree/bindings/arm/atmel-at91.yaml | 14 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/at91-kizbox.dts | 172 +++++---- arch/arm/boot/dts/at91-kizbox2-2.dts | 26 ++ arch/arm/boot/dts/at91-kizbox2-common.dtsi | 258 +++++++++++++ arch/arm/boot/dts/at91-kizbox2.dts | 244 ------------ arch/arm/boot/dts/at91-kizbox3-hs.dts | 309 ++++++++++++++++ arch/arm/boot/dts/at91-kizbox3_common.dtsi | 412 +++++++++++++++++++++ arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 1 + arch/arm/boot/dts/at91-sama5d2_xplained.dts | 6 + arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 + arch/arm/boot/dts/sama5d2.dtsi | 2 +- 13 files changed, 1116 insertions(+), 334 deletions(-) create mode 100644 arch/arm/boot/dts/at91-kizbox2-2.dts create mode 100644 arch/arm/boot/dts/at91-kizbox2-common.dtsi delete mode 100644 arch/arm/boot/dts/at91-kizbox2.dts create mode 100644 arch/arm/boot/dts/at91-kizbox3-hs.dts create mode 100644 arch/arm/boot/dts/at91-kizbox3_common.dtsi -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com 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=-12.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 A2BD3C5DF60 for ; Thu, 7 Nov 2019 22:21:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 71E99206C3 for ; Thu, 7 Nov 2019 22:21:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="b3dD2NUt"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nnAB25ba" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71E99206C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=kC3dzdFMCJOpzcuFMJeWCUIwOcY+bFhf2Ld0Wxwatb0=; b=b3dD2NUtRmrs0A 1RW3H0reJvtrT0m8ohmq+YCZm+4JPwWUSw6qteFrfbaZ4HplcO/Mv6ZT30G4eNZqfYufAwNzPvWu7 /gP+0zmY0buSOYhA+qtNZKZGhqBxLHAvXwf9QP6f4zGehCQpFAYt0cAGWf7WMUYW8jnnGVpsaUW6G jaZKCjvCPGoEitfxyL4ArDhDGEp74tgB/+qvOx3a46Rv2T/TyMNrEl0YxdLIrJP8Xrz9QoAZ9PR9g j9cyexw2XXI+YQiqLdDY7zDu8xK7sOS6/VZsLkM4NNNVeHY9E+gNexS5Gog0Lj8XFaG3BXIB1G5mK grbciEbU6fLy88nyVexA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iSqA1-0003gl-TK; Thu, 07 Nov 2019 22:21:49 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iSq9z-0003gN-Ex for linux-arm-kernel@bombadil.infradead.org; Thu, 07 Nov 2019 22:21:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To: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=aJ/ywgyW6nU1qHsewgJsMLCzt3wWlIYEbSCc64MQ6sY=; b=nnAB25baidB6YhexX44xsuxR6k gRFla5R2PBLR8pi0T7BVIFanAwIzR4g5V7PfC510Tmdgzh15ygYpyWoPt96FYwg/MS6JioKWuKieB fGQWtWgKP6fV8QwKcws68WEiHL+ysINaGf7OzrZwUwVbjtat8UBTX7jhlV7oFSbvfSFDz95ewkrRk 9giqFYpPKYutrujlKtV4O6E1zkHVcb0uKVMOfjNqTO8dIkfg1FHczLpy+BwmBeM1Gp9Kh0vYRVt8d jmSI4Lsgknogu7RDbPRbmev9BPrL6Bj9s7s3+AEXjE3G9M7EqXq5f08UJA/iALhwHXCdU5RypeJmH 6fzPEXwQ==; Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iSqAR-0003lK-Vj for linux-arm-kernel@lists.infradead.org; Thu, 07 Nov 2019 22:22:18 +0000 X-Originating-IP: 92.184.100.203 Received: from localhost (unknown [92.184.100.203]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id C9CB4C0004; Thu, 7 Nov 2019 22:21:08 +0000 (UTC) Date: Thu, 7 Nov 2019 23:20:50 +0100 From: Alexandre Belloni To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Subject: [GIT PULL] ARM: at91: DT for 5.5 Message-ID: <20191107222050.GA202089@piout.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191107_222216_068562_55E57458 X-CRM114-Status: GOOD ( 11.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Arnd, Olof, New i2c features for sama5d4 and sama5d2 xplained boards. A new kizbox and a rework of the existing kizbox device trees. 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/at91/linux tags/at91-5.5-dt for you to fetch changes up to e58ee34217246c34cd6bc9f129fb2dc3315ad27c: ARM: dts: at91: kizbox: use node labels (2019-11-07 00:38:15 +0100) ---------------------------------------------------------------- AT91 DT for 5.5 - New Overkiz Kizbox3 board - Rework of the other Kizbox device trees - New filters for i2c on sama5d4 and sama5d2 ---------------------------------------------------------------- Eugen Hristev (3): ARM: dts: at91: sama5d27_som1_ek: add mmc capabilities for SDMMC0 ARM: dts: at91: sama5d2_xplained: add analog and digital filter for i2c ARM: dts: at91: sama5d4_xplained: add digital filter for i2c Kamel Bouhara (7): ARM: dts: at91: sama5d2: add an rtc label for derived boards dt-bindings: Add vendor prefix for Overkiz SAS dt-bindings: arm: at91: Document Kizbox3 HS board binding ARM: dts: at91: add Overkiz KIZBOX3 board dt-bindings: arm: at91: Document Kizbox2-2 board binding ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards ARM: dts: at91: kizbox: use node labels .../devicetree/bindings/arm/atmel-at91.yaml | 14 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/at91-kizbox.dts | 172 +++++---- arch/arm/boot/dts/at91-kizbox2-2.dts | 26 ++ arch/arm/boot/dts/at91-kizbox2-common.dtsi | 258 +++++++++++++ arch/arm/boot/dts/at91-kizbox2.dts | 244 ------------ arch/arm/boot/dts/at91-kizbox3-hs.dts | 309 ++++++++++++++++ arch/arm/boot/dts/at91-kizbox3_common.dtsi | 412 +++++++++++++++++++++ arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 1 + arch/arm/boot/dts/at91-sama5d2_xplained.dts | 6 + arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 + arch/arm/boot/dts/sama5d2.dtsi | 2 +- 13 files changed, 1116 insertions(+), 334 deletions(-) create mode 100644 arch/arm/boot/dts/at91-kizbox2-2.dts create mode 100644 arch/arm/boot/dts/at91-kizbox2-common.dtsi delete mode 100644 arch/arm/boot/dts/at91-kizbox2.dts create mode 100644 arch/arm/boot/dts/at91-kizbox3-hs.dts create mode 100644 arch/arm/boot/dts/at91-kizbox3_common.dtsi -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel