Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753465AbaBXIQC (ORCPT ); Mon, 24 Feb 2014 03:16:02 -0500 Received: from mail-bl2lp0207.outbound.protection.outlook.com ([207.46.163.207]:41307 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752559AbaBXIP6 convert rfc822-to-8bit (ORCPT ); Mon, 24 Feb 2014 03:15:58 -0500 From: Peter Chen To: "Ivan T. Ivanov" , Rob Herring , Pawel Moll , Mark Rutland , "Ian Campbell" , Kumar Gala , Rob Landley CC: Greg Kroah-Hartman , David Brown , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "linux-usb@vger.kernel.org" Subject: RE: [PATCH RESEND v2 1/3] usb: chipidea: msm: Add device tree binding information Thread-Topic: [PATCH RESEND v2 1/3] usb: chipidea: msm: Add device tree binding information Thread-Index: AQHPLiH43OV+zb4700mLy7ldJun5K5rEFMEQ Date: Mon, 24 Feb 2014 08:15:43 +0000 Message-ID: <94c57dc0d24f45a09985e05591a90bb2@BL2PR03MB226.namprd03.prod.outlook.com> References: <530512F1.3060304@cogentembedded.com> <1392889988-24312-1-git-send-email-iivanov@mm-sol.com> In-Reply-To: <1392889988-24312-1-git-send-email-iivanov@mm-sol.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [123.151.195.50] x-forefront-prvs: 0132C558ED x-forefront-antispam-report: SFV:NSPM;SFS:(10009001)(6009001)(189002)(199002)(76786001)(76576001)(77096001)(63696002)(76796001)(74366001)(86362001)(59766001)(77982001)(94946001)(74316001)(69226001)(81542001)(47446002)(93136001)(93516002)(81342001)(79102001)(53806001)(54356001)(76482001)(95416001)(46102001)(51856001)(54316002)(47736001)(49866001)(47976001)(50986001)(4396001)(74706001)(74876001)(19580405001)(80976001)(83322001)(81686001)(81816001)(33646001)(85852003)(56776001)(83072002)(85306002)(87266001)(90146001)(56816005)(66066001)(80022001)(65816001)(95666003)(94316002)(92566001)(74662001)(74502001)(2656002)(87936001)(31966008)(24736002)(217873001);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2PR03MB418;H:BL2PR03MB226.namprd03.prod.outlook.com;CLIP:123.151.195.50;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > +CI13xxx (Chipidea) USB controllers > + > +Required properties: > +- compatible: should contain "qcom,ci-hdrc" > +- reg: offset and length of the register set in the memory map > +- interrupts: interrupt-specifier for the controller interrupt. > +- usb-phy: phandle for the PHY device > +- dr_mode: Sould be "peripheral" > + > + gadget@f9a55000 { > + compatible = "qcom,ci-hdrc"; > + reg = <0xf9a55000 0x400>; > + dr_mode = "peripheral"; > + interrupts = <0 134 0>; > + usb-phy = <&usb_otg>; > + }; > + usb_otg is not a good name for the node of usb phy. Peter -- 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/