Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754589Ab3FOT4I (ORCPT ); Sat, 15 Jun 2013 15:56:08 -0400 Received: from mail-ob0-f182.google.com ([209.85.214.182]:53416 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754502Ab3FOT4G (ORCPT ); Sat, 15 Jun 2013 15:56:06 -0400 MIME-Version: 1.0 In-Reply-To: <2555796.PtkImJGaK8@avalon> References: <1370988237-30593-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <20130612124833.A3ADB3E0A56@localhost> <2555796.PtkImJGaK8@avalon> Date: Sat, 15 Jun 2013 21:56:05 +0200 Message-ID: Subject: Re: [RFC] pinctrl: generic: Add DT bindings From: Linus Walleij To: Laurent Pinchart , =?ISO-8859-1?Q?Heiko_St=FCbner?= Cc: Grant Likely , Laurent Pinchart , "linux-kernel@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" , James Hogan , "linux-sh@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 936 Lines: 29 On Fri, Jun 14, 2013 at 12:39 AM, Laurent Pinchart wrote: > mmcif_pins: mmcif { > mux { > renesas,groups = "mmc0_data8_0", "mmc0_ctrl_0"; > renesas,function = "mmc0"; > }; > cfg { > renesas,groups = "mmc0_data8_0"; > renesas,pins = "PORT279"; > bias-pull-up = <1>; If I understood your code correctly that last statement can *optionally* be written like just: bias-pull-up; Without the parameter? I think that Heiko's implementation does this anyway. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/