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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FFE2C433ED for ; Thu, 20 May 2021 11:44:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 16A1E60FEE for ; Thu, 20 May 2021 11:44:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241109AbhETLp1 (ORCPT ); Thu, 20 May 2021 07:45:27 -0400 Received: from sibelius.xs4all.nl ([83.163.83.176]:60737 "EHLO sibelius.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241257AbhETLYG (ORCPT ); Thu, 20 May 2021 07:24:06 -0400 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id 6a821899; Thu, 20 May 2021 13:22:42 +0200 (CEST) Date: Thu, 20 May 2021 13:22:42 +0200 (CEST) From: Mark Kettenis To: Linus Walleij Cc: robh@kernel.org, kettenis@openbsd.org, devicetree@vger.kernel.org, marcan@marcan.st, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: (message from Linus Walleij on Thu, 20 May 2021 01:27:37 +0200) Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl References: <20210508142000.85116-1-kettenis@openbsd.org> <20210508142000.85116-2-kettenis@openbsd.org> <20210510141955.GA58072@robh.at.kernel.org> <5612be5a12568600@bloch.sibelius.xs4all.nl> Message-ID: <5612e60278566bd3@bloch.sibelius.xs4all.nl> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Linus Walleij > Date: Thu, 20 May 2021 01:27:37 +0200 > > On Mon, May 10, 2021 at 7:06 PM Mark Kettenis wrote: > > > From: Rob Herring > > > > > +properties: > > > > + compatible: > > > > + items: > > > > + - const: apple,t8103-pinctrl > > > > + - const: apple,pinctrl > > > > > > A genericish fallback is maybe questionable for pinctrl. That's not > > > often the same from one SoC to the next. > > > > Krzysztof raised a similar point. It seems that Apple isn't in the > > habit of changing this aspect of their SoCs. > > Rob what's your stance on this? Does it need to be changed? > Else I'll apply the patch. Hi Linus, Rob asked me to provide a description for the interrupts in response to the v2 I sent a few days ago: http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20210516183221.93686-2-mark.kettenis@xs4all.nl/ I'll roll a v3 later today for that. Cheers, Mark