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 D8F9CC433EF for ; Wed, 15 Dec 2021 17:07:38 +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: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=bu3QF0aYxQJQUPhU9mC/7KrhzOWa1HdpjzcJha5bUiA=; b=w3qc0cCmTY7HGT QWQxa2ntFWo+7oLvFh9catYZvik8E88Nyq9T3ruIIJyG0IeeDKiKG/FgIv1b3CMj8y+vIsovgYK7E A7WwGoKGieVINO8pwxmcGeCbL4a1MAWpArECTP+Fvrbg6HSkLmoT6vhr//nMn4CSsPfQ7IGzBX8RS FAkevUF0+JDTdxlqk9P2XYlVk2NB7cPhz7OxQY2qKtRYFGbJo2ExSBFi1nj1hqUMDzBST6IzntDuI 3qllcIFO5rrnEqaibdMW1OZ68f6W6bP/ePhmjeMPTmsQrhaGOpSvePAXqZ3yApJ6O5cSMwCA8nNAp k2mVCbax0RpOod81wtCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxXir-001x9V-B6; Wed, 15 Dec 2021 17:05:46 +0000 Received: from mail-oi1-f178.google.com ([209.85.167.178]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxXcY-001ucH-CE for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 16:59:15 +0000 Received: by mail-oi1-f178.google.com with SMTP id t23so32539081oiw.3 for ; Wed, 15 Dec 2021 08:59:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Cbc23CHvOO/hrY6F5fcgLo7QAAPlU+LeICq8wMKeevE=; b=3UzHP5qaRqKT+D+S6MEib5b3OQo3bci4lzK2HrvCq3DhdGCuFCf5a3pJy06stR6bfD yxyiBLBZgiWchBdBovsJBRW4KYqfAKY/h3DzHTS66+QvlAov9j8Yeob/dCOUuNWCuGA8 Z7qUp01rfjmYB7rJREHD2/mZwrxfj0twVIpavm/O8KasgFc5hQ8DQeZ20gFO4iFfk8qE 2UIN0/mwW/H1vqY98PXJnGViCpGhxiO2kH+11mqspvHDShmceosUy/tM6v5Jgr9Lenw1 2xqGh08ds/bT9kVUSswyY6OnrCuHUKd+eTXH5/2BmTLzQnM8gkaytPdFnf004t8D0mz7 /8Wg== X-Gm-Message-State: AOAM531G+YMJ4eKAs1mEGZYg6XlqDdXkok3LA2tFN6KJGaI8eVDxM+/o 2g8R1RGKmXgRo1T15RRe4w== X-Google-Smtp-Source: ABdhPJwkfI7bvwnOd5dMrWSJ3QTZAM2+Xi/DKoZlYn797z0bfbyJlXXzA0tMt27AzZ7OMFMq8i5ojw== X-Received: by 2002:aca:1104:: with SMTP id 4mr632378oir.143.1639587553250; Wed, 15 Dec 2021 08:59:13 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id z2sm519600oto.38.2021.12.15.08.59.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 08:59:12 -0800 (PST) Received: (nullmailer pid 1470552 invoked by uid 1000); Wed, 15 Dec 2021 16:59:11 -0000 Date: Wed, 15 Dec 2021 10:59:11 -0600 From: Rob Herring To: Hector Martin Cc: Mark Kettenis , Jassi Brar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Alyssa Rosenzweig , Rob Herring , Sven Peter , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: mailbox: apple, mailbox: Add generic and t6000 compatibles Message-ID: References: <20211209055049.99205-1-marcan@marcan.st> <20211209055049.99205-2-marcan@marcan.st> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211209055049.99205-2-marcan@marcan.st> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_085914_459825_08B39C81 X-CRM114-Status: GOOD ( 12.95 ) 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 Thu, 09 Dec 2021 14:50:48 +0900, Hector Martin wrote: > Much as we've done with other blocks, let's introduce generic > compatibles so drivers can bind to those and still work with future > SoCs, as long as the hardware remains the same. Also go ahead and add > compatibles for the new t600x SoCs (we group those as t6000). > > Note that no DTs instantiate devices with this binding yet. > > Signed-off-by: Hector Martin > --- > .../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EEAEBC433F5 for ; Wed, 15 Dec 2021 16:59:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245088AbhLOQ7O (ORCPT ); Wed, 15 Dec 2021 11:59:14 -0500 Received: from mail-oi1-f173.google.com ([209.85.167.173]:42827 "EHLO mail-oi1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245096AbhLOQ7N (ORCPT ); Wed, 15 Dec 2021 11:59:13 -0500 Received: by mail-oi1-f173.google.com with SMTP id n66so32491278oia.9; Wed, 15 Dec 2021 08:59:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Cbc23CHvOO/hrY6F5fcgLo7QAAPlU+LeICq8wMKeevE=; b=kfZPbYlb3lDNkC1U0ZX301F6el1rZRUtX4mQiMKBIiJ1arjymfCe2w+Lfvx5QzFyEH ZIFJ93Z2vgy2HkBqeOs6qDOP3kBWBK7tadRg/BKYbCnpkfj7J+3z7ufxS/apt+Rqgqj/ puaAwLQlJXvK/iJQrUMW6SzvLXWMFN61v3BHNKJBDkQbB4eCLHXDP1w5FXcEFUjGRgpv xdB/ZmTpJabtplxliPSx96hEHTMkN9VR+RC1N+/knwIlBTDbzaWOkUav1hkepITj063g mBIs9Zi+pbeqHtCv3s5xuMFbthZAs/cfNf1tJHCKhlLMUmuQ1JEgrleDWRd1mSUY/eXs uSDg== X-Gm-Message-State: AOAM532VUqU28ie5elmXOzs7hntAbbaCt4jL75zgCVtXHV7dXFQQaW8y DUqb717qftyPg7dF6eF4ZQ== X-Google-Smtp-Source: ABdhPJwkfI7bvwnOd5dMrWSJ3QTZAM2+Xi/DKoZlYn797z0bfbyJlXXzA0tMt27AzZ7OMFMq8i5ojw== X-Received: by 2002:aca:1104:: with SMTP id 4mr632378oir.143.1639587553250; Wed, 15 Dec 2021 08:59:13 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id z2sm519600oto.38.2021.12.15.08.59.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Dec 2021 08:59:12 -0800 (PST) Received: (nullmailer pid 1470552 invoked by uid 1000); Wed, 15 Dec 2021 16:59:11 -0000 Date: Wed, 15 Dec 2021 10:59:11 -0600 From: Rob Herring To: Hector Martin Cc: Mark Kettenis , Jassi Brar , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Alyssa Rosenzweig , Rob Herring , Sven Peter , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: mailbox: apple,mailbox: Add generic and t6000 compatibles Message-ID: References: <20211209055049.99205-1-marcan@marcan.st> <20211209055049.99205-2-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211209055049.99205-2-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 09 Dec 2021 14:50:48 +0900, Hector Martin wrote: > Much as we've done with other blocks, let's introduce generic > compatibles so drivers can bind to those and still work with future > SoCs, as long as the hardware remains the same. Also go ahead and add > compatibles for the new t600x SoCs (we group those as t6000). > > Note that no DTs instantiate devices with this binding yet. > > Signed-off-by: Hector Martin > --- > .../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring