From patchwork Thu Apr 21 05:58:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 66284 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp2852018qge; Wed, 20 Apr 2016 22:59:15 -0700 (PDT) X-Received: by 10.98.93.138 with SMTP id n10mr18028337pfj.43.1461218355902; Wed, 20 Apr 2016 22:59:15 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w13si1592747pas.206.2016.04.20.22.59.15; Wed, 20 Apr 2016 22:59:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751188AbcDUF7I (ORCPT + 7 others); Thu, 21 Apr 2016 01:59:08 -0400 Received: from conuserg-08.nifty.com ([210.131.2.75]:29552 "EHLO conuserg-08.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565AbcDUF7G (ORCPT ); Thu, 21 Apr 2016 01:59:06 -0400 Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id u3L5vmMi025202; Thu, 21 Apr 2016 14:57:50 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u3L5vmMi025202 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1461218272; bh=Wrn39VGlVK4VNe4m9wawNXx0J6cNh3PwkQS51cY6uuw=; h=From:To:Cc:Subject:Date:From; b=F2hkpml0Nz67RO2hVIHCR6Ai5bExigOpBZ87SJWmy/+VmWMwWq2PB611rZygVqrpv ty3MEugZuFQauR+jLtma31TRd/HUF/BsxDOt/dLvTzYlxwu9q17NkEthqUnOQR8v1+ gaMNmHEBAdTJl34PkaDpPqJ08CpeWiHfY2PCtXa96XXVPvW20cXOdEa8F9lWS+Zbd9 AJ8rHnmS2qWodZbKKOgZ17+LpnSGTFnAUNR9UO4Oc6X0GT7wPvdGfSglbcm9OZgwza Fxk5+NQRYa4T8cBzmLh8PAQw/+h0aaog5xsdy8VfpnLwo/Fl3yEOKpU3Uuq/WoSjgz Z6er5fwu1Ju8w== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: arm@kernel.org Cc: Masahiro Yamada , devicetree@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Will Deacon , Mark Rutland , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: dts: uniphier: use Daughter board on PH1-LD20 reference board Date: Thu, 21 Apr 2016 14:58:41 +0900 Message-Id: <1461218321-16455-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Include the development base board, which is equipped with some devices such as EEPROM. Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts | 1 + arch/arm64/boot/dts/socionext/uniphier-ref-daughter.dtsi | 1 + 2 files changed, 2 insertions(+) create mode 120000 arch/arm64/boot/dts/socionext/uniphier-ref-daughter.dtsi -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts index b0ed443..2adad8c 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20-ref.dts @@ -44,6 +44,7 @@ /dts-v1/; /include/ "uniphier-ph1-ld20.dtsi" +/include/ "uniphier-ref-daughter.dtsi" /include/ "uniphier-support-card.dtsi" / { diff --git a/arch/arm64/boot/dts/socionext/uniphier-ref-daughter.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ref-daughter.dtsi new file mode 120000 index 0000000..4685a8d --- /dev/null +++ b/arch/arm64/boot/dts/socionext/uniphier-ref-daughter.dtsi @@ -0,0 +1 @@ +../../../../arm/boot/dts/uniphier-ref-daughter.dtsi \ No newline at end of file