From patchwork Sun Nov 21 17:15:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janne Grunau X-Patchwork-Id: 12693237 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id BF462C433EF for ; Sun, 21 Nov 2021 17:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From: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=R9KNqgKzUb8txN+K9zR6K9GTQ8JM63MHJf7PD7/E9sU=; b=nUHm/NWY2f6/wv gjQe03t3BxVQizMmv0JULu9FVJq/D5FTtroQoa+8HPkIkFanUf6rmQ80X+HdTUoVw3lpBtHHlFwbF NLO+pook2v+/iu99cRqRlo+RZoFjkslo1ZyCsRb/OXGv5pcGUINROhRStq7p5T3h+MPx20567GuZ5 rQdzzzmLwviU4hQhU+EU1GA55vv8x729cgjbqoJ4sQLMt4dh/xUnfwiLUhDv7vbZnnkQz3yXCqMdt mygLfyEfnHZYFjilq2vJcokdfEJIX2T6FImRPmv1fM7rdqLxJGsAuLoLGAr+Cda+LLwv7XUgjSaPr +Y3Ct6nGWe1b635kzS+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1moqRh-00E1Rf-1e; Sun, 21 Nov 2021 17:16:05 +0000 Received: from soltyk.jannau.net ([144.76.91.90]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1moqRT-00E1Nb-DL for linux-arm-kernel@lists.infradead.org; Sun, 21 Nov 2021 17:15:53 +0000 Received: from coburn.home.jannau.net (p579ad520.dip0.t-ipconnect.de [87.154.213.32]) by soltyk.jannau.net (Postfix) with ESMTPSA id 1F562261B2B; Sun, 21 Nov 2021 18:15:46 +0100 (CET) From: Janne Grunau To: Hector Martin , Sven Peter , Alyssa Rosenzweig , Rob Herring , Marc Zyngier , Mark Kettenis , Olof Johansson , Wolfram Sang , Arnd Bergmann , Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Apple Arm patform device tree and bindings fixes Date: Sun, 21 Nov 2021 18:15:42 +0100 Message-Id: <20211121171545.27402-1-j@jannau.net> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211121_091551_626371_8662706E X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hej All, this series fixes small issues in the device tree bindings and files for the Apple Arm platform in v5.16-rc1. The fixes are non-critical but make things easier moving forward. Patch 1/3 was previously sent, annotated with a "Fixes" tag and Mark's "Reviewed-by". Thanks Janne Janne Grunau (3): arm64: dts: apple: change ethernet0 device type to ethernet dt-bindings: i2c: apple,i2c: allow multiple compatibles arm64: dts: apple: add #interrupt-cells property to pinctrl nodes Documentation/devicetree/bindings/i2c/apple,i2c.yaml | 9 +++++---- arch/arm64/boot/dts/apple/t8103-j274.dts | 2 +- arch/arm64/boot/dts/apple/t8103.dtsi | 4 ++++ 3 files changed, 10 insertions(+), 5 deletions(-)