From patchwork Tue Dec 7 05:52:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hector Martin X-Patchwork-Id: 12695081 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 A9DC1C433EF for ; Tue, 7 Dec 2021 05:53:57 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Cc:To:Subject: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=plgMBFdMIAKn/Pe7JQ1HdepcGRvxt7KRpPSy1ktPb90=; b=TMDZfDqSNQqKgRPjqOZaxb2EAO /BQ4vrGLT9gg3khfNIoJhcYTYqrwNG4lcGqLRPslCB8mCpAyAryC9bWqM1S0J5l6eIONvnOk9NJvV LecqZ/JhckpH0UN7n/iKXWdSNo8pEpC4tdPvDSvO4yt6GMKb1EJwsd7MPdT35L3RjWA4qylwkVdzz ljFfDzSP6hZ3bVO2dZhIFcZ6s8vEfb9J4kc733Kt/BRyJuSveHKBeo/75fa/aiFP3XyOjFWY3QqmW cXFuycjKtBU15QrHh0dkPsZQJgwUO9/ewmELQy2TtXORIicn278HYk5lglLl7a+DaTG5YkC6bEmiE e0den8nQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1muTOy-0071Xo-Bk; Tue, 07 Dec 2021 05:52:32 +0000 Received: from marcansoft.com ([2a01:298:fe:f::2] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1muTOu-0071Wu-HI for linux-arm-kernel@lists.infradead.org; Tue, 07 Dec 2021 05:52:30 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id CDCCA41EF0; Tue, 7 Dec 2021 05:52:24 +0000 (UTC) From: Hector Martin Subject: [GIT PULL] Apple SoC fixes for 5.16 To: SoC Team Cc: Linux ARM , LKML Message-ID: Date: Tue, 7 Dec 2021 14:52:22 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Language: es-ES X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211206_215228_759407_F4DBEAB9 X-CRM114-Status: UNSURE ( 9.64 ) 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 Hi SoC folks, Please merge these Apple SoC fixes for 5.16. These fix some minor post-merge DT issues we found. -Hector The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: https://github.com/AsahiLinux/linux.git tags/asahi-soc-fixes-5.16 for you to fetch changes up to 0668639eaf14813a39a8d3e0e6597d568581d4ea: arm64: dts: apple: add #interrupt-cells property to pinctrl nodes (2021-12-01 23:11:45 +0900) ---------------------------------------------------------------- Asahi SoC DT/binding fixes for 5.16. Just some minor DT fixups we found after things got merged. ---------------------------------------------------------------- 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 | 8 ++++---- arch/arm64/boot/dts/apple/t8103-j274.dts | 2 +- arch/arm64/boot/dts/apple/t8103.dtsi | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-)