From patchwork Thu Dec 9 05:50:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hector Martin X-Patchwork-Id: 12695452 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 BC2A4C433F5 for ; Thu, 9 Dec 2021 05:53:06 +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=XGo+eAUPEr2V4sDvMk9XfgguoFN8NDscogIL0+34bJE=; b=anyABWcJ3neinf OLaftoZ7bwM2w87OrDzgDKADvZJ3F8pYpZRwvKUHRTfknsYJRP0G+TUfCfj6KGpKIosPo65BAZzbs gMeYRLMnqrPQb4x0TUNJaM2PgYuB0g9Q/OYemBYMaukp/3Vwp1ZuWPY93wbDdiY9AfZwxLI+f2bg7 ckjhKh/v4nWKBOMX4fQwnLtMaS/8PNdygW/XM8x3MczDuybitqd4cui4MtsJkVyVcC8PT1uILBXyk apIYg3mEGCbnw3Na8P8zXBKkBWqFxI7zf5gXTAkk5T2M63Ri6vQLjyzDXyxtgbeRMQJmcKrA7AMIf NWBtjv4wEwK+qIqXeNxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvCKm-00F1Cz-AE; Thu, 09 Dec 2021 05:51:12 +0000 Received: from marcansoft.com ([212.63.210.85] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvCKh-00F19r-7o for linux-arm-kernel@lists.infradead.org; Thu, 09 Dec 2021 05:51:09 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: hector@marcansoft.com) by mail.marcansoft.com (Postfix) with ESMTPSA id C8D513FA67; Thu, 9 Dec 2021 05:51:01 +0000 (UTC) From: Hector Martin To: Sven Peter , Jassi Brar , Rob Herring Cc: Hector Martin , Alyssa Rosenzweig , Mark Kettenis , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/2] Apple mailbox fixup: switch to generic compatibles Date: Thu, 9 Dec 2021 14:50:47 +0900 Message-Id: <20211209055049.99205-1-marcan@marcan.st> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211208_215107_457468_6FBBC572 X-CRM114-Status: UNSURE ( 9.33 ) 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 folks, Just a quick fix for the Apple mailbox compatible. Similar to [1], we intend to use SoC-specific compatibles only for potential quirks, and rely on a generic compatible to allow for forward-compatibility as long as things don't break. Since this isn't instantiated in any upstream DT yet, I think we can afford the compatibility break now. This also goes ahead and adds the compatible for the new t600x SoCs. [1] https://lore.kernel.org/linux-arm-kernel/20211121171545.27402-3-j@jannau.net/ Hector Martin (2): dt-bindings: mailbox: apple,mailbox: Add generic and t6000 compatibles mailbox: apple: Bind to generic compatibles .../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 +++++++++--- drivers/mailbox/apple-mailbox.c | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-)