From patchwork Thu Mar 21 18:21:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 1060378 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nic.cz Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=nic.cz header.i=@nic.cz header.b="NPpyANVU"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44QFVp50hcz9sR1 for ; Fri, 22 Mar 2019 05:21:54 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728563AbfCUSVx (ORCPT ); Thu, 21 Mar 2019 14:21:53 -0400 Received: from mail.nic.cz ([217.31.204.67]:60411 "EHLO mail.nic.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728615AbfCUSVx (ORCPT ); Thu, 21 Mar 2019 14:21:53 -0400 Received: from dellmb.labs.office.nic.cz (unknown [IPv6:2001:1488:fffe:6:cac7:3539:7f1f:463]) by mail.nic.cz (Postfix) with ESMTP id 3C789634E9; Thu, 21 Mar 2019 19:21:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1553192511; bh=upIQn898FkkhpZFR0ngGIBOPdVO6662XRUFT9/nkknc=; h=From:To:Date; b=NPpyANVUIClDb+PXygidpXaikGcKVlwtJR09oj5GTND9hyc/3NmX1+nlsgMUfBXru xcYcwhA2yI9yJWNlw+nuQjlDYUyE0Zg1M83AXNPXnknh5Z1E4csSHnHWyLO4CnP5yH gzhfU3SnBHIiG30Fy+b7FgHmwVg4Do0ruBbXCeH0= From: =?utf-8?q?Marek_Beh=C3=BAn?= To: linux-leds@vger.kernel.org Cc: Pavel Machek , Jacek Anaszewski , =?utf-8?q?Marek_Beh?= =?utf-8?b?w7pu?= , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v1 leds-next 2/3] dt-bindings: leds: Document Turris 1.x LED controller binding Date: Thu, 21 Mar 2019 19:21:49 +0100 Message-Id: <20190321182150.10453-3-marek.behun@nic.cz> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190321182150.10453-1-marek.behun@nic.cz> References: <20190321182150.10453-1-marek.behun@nic.cz> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds device tree binding documentation for the front panel LEDs controller of CZ.NIC's Turris 1.x router. Signed-off-by: Marek BehĂșn Cc: Rob Herring Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring --- .../devicetree/bindings/leds/leds-turris.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-turris.txt diff --git a/Documentation/devicetree/bindings/leds/leds-turris.txt b/Documentation/devicetree/bindings/leds/leds-turris.txt new file mode 100644 index 000000000000..0b7548077a06 --- /dev/null +++ b/Documentation/devicetree/bindings/leds/leds-turris.txt @@ -0,0 +1,12 @@ +Bindings for LEDs on CZ.NIC's Turris 1.x + +Required properties: + - compatible: Should be "cznic,turris-leds" + - reg: Should specify controller address + +Example: + + led-controller@3,0 { + compatible = "cznic,turris-leds"; + reg = <0x3 0x0 0x30>; + };