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 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 57681C4332F for ; Fri, 7 Oct 2022 20:02:01 +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:References:In-Reply-To: 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: List-Owner; bh=FuhxCg5mpGSBoHMXtzb9Ax5F56lRzWNChcTw27l9VPE=; b=1ifvlXw5VPflU9 r++JLqFL1yCmkkAHpVUWuSY7bZBk9UKAatRTd46U7FNllmMU2SuG4IeEt14wdCyo0xzUJipaTkUN/ 1pFB4Ce/pLYEOJz0OC0y4ecA99Mz/muW1LiWXJFTG+XdUhTEFgmawJoH6m395nQlntw4T4Kmk9o8L vPEcfE+0Z3G2rPhpgPwvYUQlhfE9pCAh6ae8CP9EdWa/JiUMT+AtG5Om00wpIO1wt7q6mXeT+/x7L kCCV2uSUxr4+IpOiUL+hSExYii62uJ3cBdbH7jrLUW11u2Uoc0PV72wkJxamv6T8tIAxJVkyJ0ZNB LeyP5WFpfSKyuesNpi1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ogtWl-00AIMA-VX; Fri, 07 Oct 2022 20:01:00 +0000 Received: from relay05.th.seeweb.it ([2001:4b7a:2000:18::166]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ogtWi-00AID2-M6 for linux-arm-kernel@lists.infradead.org; Fri, 07 Oct 2022 20:00:58 +0000 Received: from localhost.localdomain (95.49.30.201.neoplus.adsl.tpnet.pl [95.49.30.201]) by m-r2.th.seeweb.it (Postfix) with ESMTPA id 7D0E13F359; Fri, 7 Oct 2022 22:00:45 +0200 (CEST) From: Konrad Dybcio To: ~postmarketos/upstreaming@lists.sr.ht, asahi@lists.linux.dev, Hector Martin , Sven Peter , Alyssa Rosenzweig Cc: martin.botka@somainline.org, angelogioacchino.delregno@somainline.org, marijn.suijten@somainline.org, jamipkettunen@somainline.org, Konrad Dybcio , Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v4 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles Date: Fri, 7 Oct 2022 22:00:21 +0200 Message-Id: <20221007200022.22844-2-konrad.dybcio@somainline.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20221007200022.22844-1-konrad.dybcio@somainline.org> References: <20221007200022.22844-1-konrad.dybcio@somainline.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221007_130056_907322_F2C630C9 X-CRM114-Status: UNSURE ( 8.04 ) 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: , 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 Document the compatibles for Apple A7-A11 SoCs. Signed-off-by: Konrad Dybcio --- Changes since v3: - Bindings: A7-A10+M1 only get SoC compat and generic fallback, A11 gets M1 fallback and generic fallback (removed A11 compatible) - Drop Rob's A-b as this is essentially yet another rewrite.. .../bindings/interrupt-controller/apple,aic.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml index e18107eafe7c..1427ea9b04a2 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml @@ -36,9 +36,19 @@ allOf: properties: compatible: - items: - - const: apple,t8103-aic - - const: apple,aic + oneOf: + - items: + - enum: + - apple,s5l8960x-aic + - apple,s8000-aic + - apple,t7000-aic + - apple,t8010-aic + - apple,t8103-aic + - const: apple,aic + - items: + - const: apple,t8015-aic + - const: apple,t8103-aic + - const: apple,aic interrupt-controller: true -- 2.37.3 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel