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 14998C433F5 for ; Thu, 29 Sep 2022 14:42:08 +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=uJohRyDZyggKVPMUcAjmBT0ZYFrsGIT/EiyXExBhaGc=; b=z9EPjgRQnjg9xp Y8Yt2PFBoZIE3NE1QO9lDisaduJ6+Lol9JXkzOtF3KjCUxDcesAkHV8XfYrf6HUZc0fr9dDodubCP vOIFBlD1F9bPLXvv2K1wQy8+OFjyAEiIDek0KGLVKAJw83XvmmIdU25nWRgYyS41Kf7SQsGccA3NR OyFj2GQiOM6CU2ndYcAkwZokClVZppyAzq9N819uo0/UUABAJonE5Tbn/o+xwn5iSBnggb4scPVyz K61v1jcapZFKxT6FsdI9T3LnmxgAjmLpcDvO5+HzeBxK0CLA/7ZDDFl8ZaaPm8SZklUlF3P0Ff5RJ 3ABUxIEBdSDfwxCNWrbA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oduir-003cm8-Lv; Thu, 29 Sep 2022 14:41:09 +0000 Received: from relay07.th.seeweb.it ([2001:4b7a:2000:18::168]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oduil-003cha-DL for linux-arm-kernel@lists.infradead.org; Thu, 29 Sep 2022 14:41:07 +0000 Received: from fdsafasdfasdf.mikrus.ds.pw.edu.pl (unknown [194.29.137.22]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA512) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 3F4B34018D; Thu, 29 Sep 2022 16:40:52 +0200 (CEST) From: Konrad Dybcio To: asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Cc: towinchenmi@gmail.com, Konrad Dybcio , Hector Martin , Sven Peter , Alyssa Rosenzweig , Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles Date: Thu, 29 Sep 2022 16:40:38 +0200 Message-Id: <20220929144039.40011-1-konrad.dybcio@somainline.org> X-Mailer: git-send-email 2.32.0 (Apple Git-132) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220929_074103_660127_F8019CA8 X-CRM114-Status: UNSURE ( 8.95 ) 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 v1: - separate t8015 out, it does not fall back to s5l8960x .../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..0619dd73a7b0 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: + - const: apple,s5l8960x-aic + - items: + - enum: + - apple,s8000-aic + - apple,t7000-aic + - apple,t8010-aic + - const: apple,s5l8960x-aic + - items: + - enum: + - apple,t8015-aic + - apple,t8103-aic + - const: apple,aic interrupt-controller: true -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel