Received: by 10.192.165.148 with SMTP id m20csp5588773imm; Wed, 9 May 2018 07:25:57 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqVoYFPXIEf3VPcGP1wPFFmWRLNLCwoeByGMhNsbYTiuF3PgW6quhW0FQwPDJcpROkMycxx X-Received: by 2002:a63:ae49:: with SMTP id e9-v6mr35248232pgp.38.1525875957152; Wed, 09 May 2018 07:25:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525875957; cv=none; d=google.com; s=arc-20160816; b=RmBPMbag/ABKiuzjrFwn/DWhj0XwoIwvRywI4rDswbQCbXKVA+0VEb+jQJS6pE7pap 0R7bhCdfRNaMX09fKtfhDLyNAi/6s8OTW5xKLrqHoMfnk68YcAvYezsuSSH03xNUNauv ol7P8cBgZnkeTQ6ILK2S7rWKKv+IwmffgNznPXfmL4ByH2zESH89Rwhpns9zz67tadAS FxQRS/B3YQ/iZDsfr8Qd7r8wywRJungdf+/uMNMtFkOnHD5kPNE5KZ+4hqc8d0HKdlQS NqPNekkFzY60SD1tYJ5K8fjXkeB1XCB01alhOcSGDZe/Umk6lbm0JBgtwaOy+4grNZPM ZUPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=ROAqD4PW9e34oukNZctypxkp+lE6K6C22bkrWJtJxDA=; b=T6vz8a9+/2Ti2VuVpuWBdVHFxMEC29JJPqmdFPilMbue2RG0HPjr2fQaTcuEit0EQs QChseIH9/sPNIFbP1xylFintvqTQxVdshxbVXNVV5SwWs90RrdIgqWFcfjkKG/OAvfWk RbdbGU6rogljtJ5SszbqV1Rpqsg8DnauYjNUb0w4wNL0U8Y/IQ4j1eBg7By+rfvETfn6 48+mILWme2OH2VTE0k0zH8FOPYj2zpf1U6WQjmsjyJAewNet9q//GqzuvcSUSAFaESj3 WDvI8wARYzpFzX1+SmObmCZMJ9eOLamGUg+bNR4V6dIxmN9YCsn78JhMFfKmWE8FNV9g KJBQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h8-v6si26949909pls.502.2018.05.09.07.25.42; Wed, 09 May 2018 07:25:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935024AbeEIOZa (ORCPT + 99 others); Wed, 9 May 2018 10:25:30 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58147 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933887AbeEIOZ2 (ORCPT ); Wed, 9 May 2018 10:25:28 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id E512280470; Wed, 9 May 2018 16:25:26 +0200 (CEST) Date: Wed, 9 May 2018 16:25:26 +0200 From: Pavel Machek To: Baolin Wang Cc: jacek.anaszewski@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, xiaotong.lu@spreadtrum.com, broonie@kernel.org, linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: leds: Add SC27xx breathing light controller documentation Message-ID: <20180509142526.GA25131@amd> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > This patch adds the binding documentation for Spreadtrum SC27xx series > breathing light controller, which supports 3 outputs: red LED, green > LED and blue LED. >=20 > Signed-off-by: Baolin Wang > --- > Changes since v1: > - Change the compatible string to be one explicit SoC name. > - Change the child node name. > - Change to be upper case for the first character. > --- > .../devicetree/bindings/leds/leds-sc27xx-bltc.txt | 41 ++++++++++++++= ++++++ > 1 file changed, 41 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/leds-sc27xx-bl= tc.txt >=20 > diff --git a/Documentation/devicetree/bindings/leds/leds-sc27xx-bltc.txt = b/Documentation/devicetree/bindings/leds/leds-sc27xx-bltc.txt > new file mode 100644 > index 0000000..b3de7fc > --- /dev/null > +++ b/Documentation/devicetree/bindings/leds/leds-sc27xx-bltc.txt > @@ -0,0 +1,41 @@ > +LEDs connected to Spreadtrum SC27XX PMIC breathing light controller > + > +The SC27xx breathing light controller supports to 3 outputs: > +red LED, green LED and blue LED. Each LED can work at normal > +PWM mode or breath light mode. > +Required properties: > +- compatible: Should be "sprd,sc2731-bltc". If this is for 2731, I'd say so in the title and the filename...? > +- #address-cells: Must be 1. > +- #size-cells: Must be 0. > +- reg: Specify controller address. the controller... > +Required child properties: > +- reg: Number of LED line (could be from 0 to 2). Uff. "Port this LED is connected to"? With that fixed... Acked-by: Pavel Machek Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlrzBNYACgkQMOfwapXb+vJAuQCgvcB9K0kKr4+5DMMuDIbDRnsS g00AoK8sAt+IgvgozXJ3/+Y5F/Xd59wK =n0xY -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--