From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 1/2] dt-bindings: GPIO: Add generic serializer binding Date: Thu, 28 Jan 2016 11:59:08 +0100 Message-ID: References: <1453739851-31839-1-git-send-email-afd@ti.com> <1453739851-31839-2-git-send-email-afd@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1453739851-31839-2-git-send-email-afd-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Andrew F. Davis" Cc: Alexandre Courbot , Mark Brown , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-gpio@vger.kernel.org On Mon, Jan 25, 2016 at 5:37 PM, Andrew F. Davis wrote: > Add binding for generic parallel-in/serial-out shift register devices > used as GPIO. > > Signed-off-by: Andrew F. Davis (...) > +Required properties: > + - compatible : Should be "pisosr-gpio". As mentioned I'd like some vendor examples here with dual strings. "ti,foo", "pisosr-gpio"; is fine. > + sn65hvs882@0 { Fix Rob's comment. > + compatible = "pisosr-gpio"; And a dual-string in the example. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967084AbcA1K7O (ORCPT ); Thu, 28 Jan 2016 05:59:14 -0500 Received: from mail-ob0-f177.google.com ([209.85.214.177]:36077 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966848AbcA1K7I (ORCPT ); Thu, 28 Jan 2016 05:59:08 -0500 MIME-Version: 1.0 In-Reply-To: <1453739851-31839-2-git-send-email-afd@ti.com> References: <1453739851-31839-1-git-send-email-afd@ti.com> <1453739851-31839-2-git-send-email-afd@ti.com> Date: Thu, 28 Jan 2016 11:59:08 +0100 Message-ID: Subject: Re: [PATCH v2 1/2] dt-bindings: GPIO: Add generic serializer binding From: Linus Walleij To: "Andrew F. Davis" Cc: Alexandre Courbot , Mark Brown , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 25, 2016 at 5:37 PM, Andrew F. Davis wrote: > Add binding for generic parallel-in/serial-out shift register devices > used as GPIO. > > Signed-off-by: Andrew F. Davis (...) > +Required properties: > + - compatible : Should be "pisosr-gpio". As mentioned I'd like some vendor examples here with dual strings. "ti,foo", "pisosr-gpio"; is fine. > + sn65hvs882@0 { Fix Rob's comment. > + compatible = "pisosr-gpio"; And a dual-string in the example. Yours, Linus Walleij