From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbaEUIUu (ORCPT ); Wed, 21 May 2014 04:20:50 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:33848 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752099AbaEUIUg (ORCPT ); Wed, 21 May 2014 04:20:36 -0400 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maxime.coquelin@st.com, patrice.chotard@st.com Cc: lee.jones@linaro.org, kernel@stlinux.com Subject: [PATCH 3/3] ARM: sti: stih41x: Provide a proper header for this DTSI file Date: Wed, 21 May 2014 09:20:15 +0100 Message-Id: <1400660415-14720-3-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1400660415-14720-1-git-send-email-lee.jones@linaro.org> References: <1400660415-14720-1-git-send-email-lee.jones@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Also explicitly include STiH416 Clk bindings instead of relying on inheriting them from other DTSI files which we happen to include. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih41x.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/stih41x.dtsi b/arch/arm/boot/dts/stih41x.dtsi index f5b9898..32730e5 100644 --- a/arch/arm/boot/dts/stih41x.dtsi +++ b/arch/arm/boot/dts/stih41x.dtsi @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 STMicroelectronics Limited. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * publishhed by the Free Software Foundation. + */ +#include "stih416-clock.dtsi" / { #address-cells = <1>; #size-cells = <1>; -- 1.8.3.2