From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Kurtz 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Mark Rutland , "open list:OPEN FIRMWARE AND..." , Nicolas Boichat , Pawel Moll , Ian Campbell , Catalin Marinas , Will Deacon , open list , Rob Herring , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Kumar Gala , Olof Johansson , Eddie Huang List-Id: devicetree@vger.kernel.org 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