Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751791AbaLOMAG (ORCPT ); Mon, 15 Dec 2014 07:00:06 -0500 Received: from mail-yk0-f169.google.com ([209.85.160.169]:59280 "EHLO mail-yk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751532AbaLOL76 (ORCPT ); Mon, 15 Dec 2014 06:59:58 -0500 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, computersforpeace@gmail.com, linux-mtd@lists.infradead.org Cc: lee.jones@linaro.org, kernel@stlinux.com Subject: [PATCH v3 13/13] ARM: STi: stih416: Supply EMI clock reference to FSM SPI NOR Date: Mon, 15 Dec 2014 11:59:20 +0000 Message-Id: <1418644760-18773-14-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1418644760-18773-1-git-send-email-lee.jones@linaro.org> References: <1418644760-18773-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 While we're at it we're also adding a new human readable define for the aforementioned clock. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih416.dtsi | 2 +- include/dt-bindings/clock/stih416-clks.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index dec546e..663e93b 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -217,7 +217,7 @@ compatible = "st,stih416-spi-fsm"; reg = <0xfe902000 0x1000>; pinctrl-0 = <&pinctrl_fsm>; - + clocks = <&clk_s_a0_ls CLK_EMISS>; st,syscfg = <&syscfg_rear>; status = "disabled"; diff --git a/include/dt-bindings/clock/stih416-clks.h b/include/dt-bindings/clock/stih416-clks.h index f9bdbd1..4a46a47e 100644 --- a/include/dt-bindings/clock/stih416-clks.h +++ b/include/dt-bindings/clock/stih416-clks.h @@ -7,6 +7,7 @@ /* CLOCKGEN A0 */ #define CLK_ICN_REG 0 +#define CLK_EMISS 3 #define CLK_ETH1_PHY 4 /* CLOCKGEN A1 */ -- 1.9.1 -- 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/