Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp885172pxb; Wed, 27 Oct 2021 14:27:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzcOFWwqnqulXPBOqhbUilijZLjwkrcOOegQm/64RpSCVzMUgFyoKQ8RMpQgqEvVGztYMHD X-Received: by 2002:a17:906:912:: with SMTP id i18mr62302ejd.131.1635369966047; Wed, 27 Oct 2021 14:26:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635369966; cv=none; d=google.com; s=arc-20160816; b=ZqTD8gW4tgJ7mnOVwB3goMb4SyG9J73CZrtSrTPwOWO9nNWV5KVJsld07bDKrkAFdv C0lQuA7fKpT9RQjSOvgJNH/mlBTxzf8Ec3/ZXzt+oU5MBhGG2RFnzIak563JnxNWxmEW ze9U3jhjvXD5zCmuolkpDFKdOAo7yDOkghDPLFtTME/i8R0mcmekxdQLAUzOJfIWRsS1 OB15uUVCKEkJ69Ie/z116kDrDVfU+tg3zkNBSiZomfgkj9TTfciGXLl0G53GScuJBlZJ sRAhcGRFZ0xpQMY4QwV1Dj0EOE6ISs1EISRVW4RDcVwT78CJc8mBfSF3G9FcwJC5V20r kTWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :mime-version:user-agent:date:message-id:subject:cc:to:from; bh=bmJ8jb9/CIDth9M88w1HXRTRcLkinA4fQTo4Ta0hv5M=; b=kI56rBJ9/VLQ3xq9wkgwX+5Kh8LsatbdZxX3DnyF1P7ln8qScySNLOEAi7ReWuGg1n Yii9RNVD28ybIfk6HNwPzOcEt4ZtLOP+9ByuSip6voHfJlDWit//igMnAIoCorvkrKhT NQZ2BUSwKo7DUYADxJtva+3seXnQBNjuPZPD2hUJtCYaDG5fJHvR7N8wxupXOrkfL6AM DL1/XyIv1hcmyEDG+JVOBAUXdW6LacoVCTItiX4Gkp9CJKFi4B5dkg698CzVuyhqQ2ku Hp7MlMknd6y3tqcqjWVwoauy81xn2HUKJloNggh0vmoKJzEywJ1c7ACZ3iGQWw9emd+Z fc+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=marcan.st Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hw9si1312326ejc.475.2021.10.27.14.25.42; Wed, 27 Oct 2021 14:26:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=marcan.st Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241926AbhJ0Mcz (ORCPT + 97 others); Wed, 27 Oct 2021 08:32:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232724AbhJ0Mcw (ORCPT ); Wed, 27 Oct 2021 08:32:52 -0400 Received: from mail.marcansoft.com (marcansoft.com [IPv6:2a01:298:fe:f::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD93BC061570 for ; Wed, 27 Oct 2021 05:30:26 -0700 (PDT) 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 60743419C2; Wed, 27 Oct 2021 12:30:24 +0000 (UTC) From: Hector Martin To: SoC Team Cc: Linux ARM , LKML Subject: [GIT PULL] Apple SoC DT updates for 5.16 (v2) Message-ID: <6d41b29c-dafa-9b0e-d9ff-fe01eb6dce82@marcan.st> Date: Wed, 27 Oct 2021 21:30: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-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi SoC folks, Second try at the Apple SoC DT changes for 5.16. Sorry for the s-o-b snafu... -Hector The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: https://github.com/AsahiLinux/linux.git tags/asahi-soc-dt-5.16-v2 for you to fetch changes up to e1bebf97815158f16da96f69e9d9bb891a4c69eb: arm64: dts: apple: j274: Expose PCI node for the Ethernet MAC address (2021-10-27 21:12:32 +0900) ---------------------------------------------------------------- Apple SoC DT updates for 5.16. Adds pinctrl and PCIe nodes. ---------------------------------------------------------------- Marc Zyngier (3): arm64: dts: apple: t8103: Add PCIe DARTs arm64: dts: apple: t8103: Add root port interrupt routing arm64: dts: apple: j274: Expose PCI node for the Ethernet MAC address Mark Kettenis (2): arm64: apple: Add pinctrl nodes arm64: apple: Add PCIe node arch/arm64/boot/dts/apple/t8103-j274.dts | 23 ++++ arch/arm64/boot/dts/apple/t8103.dtsi | 207 +++++++++++++++++++++++++++++++ 2 files changed, 230 insertions(+)