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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 AEB04C433ED for ; Tue, 6 Apr 2021 16:56:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A2F1613C0 for ; Tue, 6 Apr 2021 16:56:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346706AbhDFQ46 (ORCPT ); Tue, 6 Apr 2021 12:56:58 -0400 Received: from mail-ot1-f50.google.com ([209.85.210.50]:34517 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244303AbhDFQ4z (ORCPT ); Tue, 6 Apr 2021 12:56:55 -0400 Received: by mail-ot1-f50.google.com with SMTP id k14-20020a9d7dce0000b02901b866632f29so15314482otn.1; Tue, 06 Apr 2021 09:56:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Tw0RwiCoCBJBLCCQqWVxF82QKnUlb6tubclo5gd7EQs=; b=FAi3EaISmRvoOVK+A/2FL5Jkp39dndzKJmBIYJ18R6/TnGJ5U+iqOfTc9mmZtZ/WbV otedU8fHCsHkYKICRwyU4Xnh5VO+a2m3cOnJFB8eboMlSFV3jj0akQdyZ4R+VUZiKk0J To/Dak85EJrvkA8pwdPcAq3DJOe7wIDkAi/2pfKlkGWKDkLQeW8eab7sJbwrk7a95AqM MG3m032nzM/LGsZJHks4X2yC/ItHYUxOfETBnrYseATR0h75DC7Pl1ypEu2eOG3ZT4ZX Fij3OFA/0OtkFjAvXZzjfBTCFqOdUMn3d8EkjCaBtyD+sjV+lw02bT16T4WxEnBRt0Qi bLqg== X-Gm-Message-State: AOAM531xmR+KnP5k/z/l1pCTN7xKcI0AXvRqpMuY8R5b9G0FkwzetdSL niWxwrH8p287AFr2Ywrm4m8pbAt1Uw== X-Google-Smtp-Source: ABdhPJwuTaLBj6OVzKDmR7D6lssAr7pKAt8+c7cwsu0N0mLd6fP4Ld2cWsAeBv7ptocA7Ga09sQE2w== X-Received: by 2002:a9d:7086:: with SMTP id l6mr27135972otj.187.1617728207079; Tue, 06 Apr 2021 09:56:47 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id a16sm4808802otk.62.2021.04.06.09.56.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Apr 2021 09:56:46 -0700 (PDT) Received: (nullmailer pid 1960990 invoked by uid 1000); Tue, 06 Apr 2021 16:56:45 -0000 Date: Tue, 6 Apr 2021 11:56:45 -0500 From: Rob Herring To: Hector Martin Cc: linux-arm-kernel@lists.infradead.org, Marc Zyngier , Arnd Bergmann , Olof Johansson , Krzysztof Kozlowski , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , Andy Shevchenko , Jonathan Corbet , Catalin Marinas , Christoph Hellwig , "David S. Miller" , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 18/18] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree Message-ID: <20210406165645.GA1942466@robh.at.kernel.org> References: <20210402090542.131194-1-marcan@marcan.st> <20210402090542.131194-19-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210402090542.131194-19-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 02, 2021 at 06:05:42PM +0900, Hector Martin wrote: > This currently supports: > > * SMP (via spin-tables) > * AIC IRQs > * Serial (with earlycon) > * Framebuffer > > A number of properties are dynamic, and based on system firmware > decisions that vary from version to version. These are expected > to be filled in by the loader. > > Signed-off-by: Hector Martin > --- > MAINTAINERS | 1 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/apple/Makefile | 2 + > arch/arm64/boot/dts/apple/t8103-j274.dts | 45 ++++++++ > arch/arm64/boot/dts/apple/t8103.dtsi | 135 +++++++++++++++++++++++ > 5 files changed, 184 insertions(+) > create mode 100644 arch/arm64/boot/dts/apple/Makefile > create mode 100644 arch/arm64/boot/dts/apple/t8103-j274.dts > create mode 100644 arch/arm64/boot/dts/apple/t8103.dtsi Reviewed-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 EDDC4C433B4 for ; Tue, 6 Apr 2021 16:58:53 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 8F0DC61205 for ; Tue, 6 Apr 2021 16:58:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8F0DC61205 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=lV/syjYjFjFX1UeD9kiaq9c3UKNC7Pnv4Rf0inzE5a4=; b=P3dvXGJdLWeXtrHZKk+P0OlMX c+Y3W8JVLGA6forkxRZzx6qp2CLz5n9bnopuUQ7vkzGcQXzoWgIflwm26q4md1etc3spGzM/H1jLh To1OqSod00x5PLKqOp6s15h//yAi67X7tejv7dFyAwqPXRIsMeDCdiVxGakYimxwVo/k32tUcc5sh VFF1DsgrNH7IdHiEA7CUmtR54/yuA0dgLy4LiSBaocrXyEut6bDCn1K/nTJr1v9c4VolE1t71oo4A kVuMRg6sNJ05UICDW+ry2ji6Qc+xlf7Grv4i8UtgyXSaALVzbno/+gNZE/84kXRws71YnWBXYrQ7r d5wteLCUw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTp0W-0033Eu-Jy; Tue, 06 Apr 2021 16:56:52 +0000 Received: from mail-ot1-f41.google.com ([209.85.210.41]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lTp0S-0033EF-68 for linux-arm-kernel@lists.infradead.org; Tue, 06 Apr 2021 16:56:50 +0000 Received: by mail-ot1-f41.google.com with SMTP id s16-20020a0568301490b02901b83efc84a0so6362177otq.10 for ; Tue, 06 Apr 2021 09:56:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Tw0RwiCoCBJBLCCQqWVxF82QKnUlb6tubclo5gd7EQs=; b=iYYd+i972z5xmSqH2jwrkyhcR1giCCh/838ox9SuaGyZ0UXB0F2k9d1QpVZMUGWV0c wp7n0umJSJJPk7wZ0ThXY7InasRYdQgbETj5xa+HqbUPH04O7j4bpRz2/MNd9ig6Ap0f l0QpbveYURLmv7nk22KT+UPG3cxV874Ol3EVOjQcD9w3FldtYI5nnPGfEDBEXn6zy/+x RVFIJ50CFfHEB2MZTBgJX2GyhwcFh95dNA+gC4jRt0LyV1EfitYA16S7GJ1/CrtExJBq gOaKbaVg85bUQMQhLAaZ/dpBfgkW6fSnjsCZdXKAQ499/DdDdN3riic5b7KRrq9qdgGV oB6g== X-Gm-Message-State: AOAM530Rl4WFw3fjNG//rhxlwkAHBHGSLzAel32HFKtmtceFPwIbCA2E q/MLD6BxTIuyYmImwBjmzA== X-Google-Smtp-Source: ABdhPJwuTaLBj6OVzKDmR7D6lssAr7pKAt8+c7cwsu0N0mLd6fP4Ld2cWsAeBv7ptocA7Ga09sQE2w== X-Received: by 2002:a9d:7086:: with SMTP id l6mr27135972otj.187.1617728207079; Tue, 06 Apr 2021 09:56:47 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id a16sm4808802otk.62.2021.04.06.09.56.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Apr 2021 09:56:46 -0700 (PDT) Received: (nullmailer pid 1960990 invoked by uid 1000); Tue, 06 Apr 2021 16:56:45 -0000 Date: Tue, 6 Apr 2021 11:56:45 -0500 From: Rob Herring To: Hector Martin Cc: linux-arm-kernel@lists.infradead.org, Marc Zyngier , Arnd Bergmann , Olof Johansson , Krzysztof Kozlowski , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , Andy Shevchenko , Jonathan Corbet , Catalin Marinas , Christoph Hellwig , "David S. Miller" , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 18/18] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree Message-ID: <20210406165645.GA1942466@robh.at.kernel.org> References: <20210402090542.131194-1-marcan@marcan.st> <20210402090542.131194-19-marcan@marcan.st> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210402090542.131194-19-marcan@marcan.st> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_175648_294901_9587ED00 X-CRM114-Status: GOOD ( 15.73 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Apr 02, 2021 at 06:05:42PM +0900, Hector Martin wrote: > This currently supports: > > * SMP (via spin-tables) > * AIC IRQs > * Serial (with earlycon) > * Framebuffer > > A number of properties are dynamic, and based on system firmware > decisions that vary from version to version. These are expected > to be filled in by the loader. > > Signed-off-by: Hector Martin > --- > MAINTAINERS | 1 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/apple/Makefile | 2 + > arch/arm64/boot/dts/apple/t8103-j274.dts | 45 ++++++++ > arch/arm64/boot/dts/apple/t8103.dtsi | 135 +++++++++++++++++++++++ > 5 files changed, 184 insertions(+) > create mode 100644 arch/arm64/boot/dts/apple/Makefile > create mode 100644 arch/arm64/boot/dts/apple/t8103-j274.dts > create mode 100644 arch/arm64/boot/dts/apple/t8103.dtsi Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel