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 9DA87C433F5 for ; Thu, 16 Dec 2021 17:47:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240341AbhLPRq7 (ORCPT ); Thu, 16 Dec 2021 12:46:59 -0500 Received: from mail-oi1-f177.google.com ([209.85.167.177]:44008 "EHLO mail-oi1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240293AbhLPRq7 (ORCPT ); Thu, 16 Dec 2021 12:46:59 -0500 Received: by mail-oi1-f177.google.com with SMTP id w64so3549098oif.10; Thu, 16 Dec 2021 09:46:58 -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=JaGgfHvudgnMdXZtaUZOLcdq7oOv9KOPdlqgV3mQsWM=; b=qnLW9SA8bmCOL+Cc1PHFPhfV0NB9Et2HMYkQ/Wr3KP1eqN71Qp+taltk15zVKALyUe CSRF5dWMCapueBMx0NWhvVBdzQ90b/Fqgg1oDk9lbJ2GrWQ+DNK97R9/kbb2NyKpIqfn Tnxad2dVnSdVQGrJJSxA0kM+GFWNaxbAaydvGJJZe04Xg4QVHyW9x78ZxQQeCMYT92tc lxT/VM48VoxDQvYpTR7ewA4fz43qhcteXv87hkgAEQoWSLy5uB33Trkz6CjxEsgbLoGO IupIGosxgnd7yjC089kD52gcW44/o2oEb9tw/sRI1cD5xwJRrCXulWwa+rXfQCFgWKfe JS1A== X-Gm-Message-State: AOAM5335rqrToRU1Cf2ls0fTGI46xooudr3NLJzBmrs5Ov2zVySbaZIT nLqxzxF8cZgrGabEGrIurQ== X-Google-Smtp-Source: ABdhPJzNOoY4JJ5zCfm1fo5+NzIB/piMBka9KzxVmdqNgRaMbsblLOm2MzE8e8ZEhr8k/Gk7Z6qLig== X-Received: by 2002:a05:6808:2388:: with SMTP id bp8mr5187096oib.38.1639676818408; Thu, 16 Dec 2021 09:46:58 -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 o26sm1151084otj.14.2021.12.16.09.46.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 09:46:57 -0800 (PST) Received: (nullmailer pid 459879 invoked by uid 1000); Thu, 16 Dec 2021 17:46:56 -0000 Date: Thu, 16 Dec 2021 11:46:56 -0600 From: Rob Herring To: Hector Martin Cc: devicetree@vger.kernel.org, Sven Peter , Alyssa Rosenzweig , Rob Herring , linux-arm-kernel@lists.infradead.org, Jassi Brar , Mark Kettenis , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: mailbox: apple,mailbox: Add generic and t6000 compatibles Message-ID: References: <20211215155527.36775-1-marcan@marcan.st> <20211215155527.36775-2-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211215155527.36775-2-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 16 Dec 2021 00:55:26 +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. > > Reviewed-by: Mark Kettenis > Signed-off-by: Hector Martin > --- > .../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring