From patchwork Thu Dec 10 21:21:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 7822441 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8449D9F387 for ; Thu, 10 Dec 2015 21:23:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BDF782056E for ; Thu, 10 Dec 2015 21:23:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DC7CA20585 for ; Thu, 10 Dec 2015 21:23:53 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a78fF-0007l5-Oe; Thu, 10 Dec 2015 21:22:13 +0000 Received: from mail-oi0-f41.google.com ([209.85.218.41]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a78ei-0007ML-5L for linux-arm-kernel@lists.infradead.org; Thu, 10 Dec 2015 21:21:41 +0000 Received: by oige206 with SMTP id e206so53813191oig.2 for ; Thu, 10 Dec 2015 13:21:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dBVZvrYzFKTKZUt+yUzl19h+INiCW0Kuepkoq8mwYQE=; b=A+h/DdCzlFoHIG7QjKmB0+cQrquyGHqreoXtpn+KJWQxQj6x52vDVHVj+5THvsPXzi ZEf8ivaezYgSh9yV0BqeW8xoFvhsczFzxi4KuUSkVUKL6H9EfkMG0cAEkLSXineqCgaM zR/xW4VJliSnZD0k5sK3w+CqBtRluhxCAJb8pUuzCxr9XB0X+/l4NV9I+c6fdUF5AeCs bceHOWx+Cit8XsYWAVxaiS5lCeLCMMCMekPT9BdtCTrCMDGOfKqQguNAIGEvBEclqX9B GHxvVSRG84UyLPNdglRuerzbKdlObkNSDwgV5F+HIB7UVXElczIelCYpGqOJnjXiQYRk T2HQ== X-Received: by 10.202.195.132 with SMTP id t126mr10231764oif.117.1449782478982; Thu, 10 Dec 2015 13:21:18 -0800 (PST) Received: from rob-hp-laptop.herring.priv (72-48-98-129.dyn.grandenetworks.net. [72.48.98.129]) by smtp.googlemail.com with ESMTPSA id jy5sm6661848obb.13.2015.12.10.13.21.18 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Dec 2015 13:21:18 -0800 (PST) From: Rob Herring To: Bintian Wang , Andy Gross , arm@kernel.org Subject: [PATCH 2/3] arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI Date: Thu, 10 Dec 2015 15:21:12 -0600 Message-Id: <1449782473-20880-3-git-send-email-robh@kernel.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1449782473-20880-1-git-send-email-robh@kernel.org> References: <1449782473-20880-1-git-send-email-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151210_132140_552177_D15D7F8B X-CRM114-Status: UNSURE ( 9.75 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Grant Likely , devicetree@vger.kernel.org, Srinivas Kandagatla , linux-arm-kernel@lists.infradead.org, Jorge Ramirez-Ortiz MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add label properties to provide a way to identify UART, I2C and SPI ports based on their connector names. This follows naming convention in 96boards CE spec. Ports without external connections are not labelled. Signed-off-by: Rob Herring Cc: Srinivas Kandagatla Cc: Andy Gross Acked-by: Kevin Hilman Tested-by: Kevin Hilman --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 7505fa3..14fafa1 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -28,6 +28,7 @@ soc { serial@78af000 { + label = "LS-UART0"; status = "okay"; pinctrl-names = "default", "sleep"; pinctrl-0 = <&blsp1_uart1_default>; @@ -35,6 +36,7 @@ }; serial@78b0000 { + label = "LS-UART1"; status = "okay"; pinctrl-names = "default", "sleep"; pinctrl-0 = <&blsp1_uart2_default>; @@ -43,26 +45,31 @@ i2c@78b6000 { /* On Low speed expansion */ + label = "LS-I2C0"; status = "okay"; }; i2c@78b8000 { /* On High speed expansion */ + label = "HS-I2C2"; status = "okay"; }; i2c@78ba000 { /* On Low speed expansion */ + label = "LS-I2C1"; status = "okay"; }; spi@78b7000 { /* On High speed expansion */ + label = "HS-SPI1"; status = "okay"; }; spi@78b9000 { /* On Low speed expansion */ + label = "LS-SPI0"; status = "okay"; };