Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756897AbbFPOhN (ORCPT ); Tue, 16 Jun 2015 10:37:13 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33192 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756658AbbFPOf4 (ORCPT ); Tue, 16 Jun 2015 10:35:56 -0400 From: Daniel Kurtz Cc: linux-mediatek@lists.infradead.org, Nicolas Boichat , Olof Johansson , Eddie Huang , Daniel Kurtz , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND...), linux-kernel@vger.kernel.org (open list) Subject: [PATCH] arm64: dts: symlink cros-ec-keyboard from arm to arm64 Date: Tue, 16 Jun 2015 22:35:41 +0800 Message-Id: <1434465343-29124-1-git-send-email-djkurtz@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1013 Lines: 28 The cros-ec-keyboard.dtsi snippet is useful for both arm and arm64 boards. Create a link between the two. This may not be the most scalable solution, so consider it temporary until we find a more central repository for such shared .dtsi snippets. Signed-off-by: Daniel Kurtz --- arch/arm64/boot/dts/cros-ec-keyboard.dtsi | 1 + 1 file changed, 1 insertion(+) create mode 120000 arch/arm64/boot/dts/cros-ec-keyboard.dtsi diff --git a/arch/arm64/boot/dts/cros-ec-keyboard.dtsi b/arch/arm64/boot/dts/cros-ec-keyboard.dtsi new file mode 120000 index 0000000..42220ac --- /dev/null +++ b/arch/arm64/boot/dts/cros-ec-keyboard.dtsi @@ -0,0 +1 @@ +../../../arm/boot/dts/cros-ec-keyboard.dtsi \ No newline at end of file -- 2.2.0.rc0.207.ga3a616c -- 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/