Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1244395
| From | Jisheng Zhang <jszhang@marvell.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] ARM: dts: berlin: correct BG2Q's sdhci2 axi clock |
| Date | 2015-10-12 08:00 +0200 |
| Message-ID | <qiEjp-6Ib-17@gated-at.bofh.it> (permalink) |
| References | <qiEjo-6Ib-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The optional axi clock is CLKID_SDIO. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> --- arch/arm/boot/dts/berlin2q.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi index 4ad585c..2f12048 100644 --- a/arch/arm/boot/dts/berlin2q.dtsi +++ b/arch/arm/boot/dts/berlin2q.dtsi @@ -119,7 +119,7 @@ compatible = "mrvl,pxav3-mmc"; reg = <0xab1000 0x200>; interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&chip_clk CLKID_NFC_ECC>, <&chip_clk CLKID_NFC>; + clocks = <&chip_clk CLKID_NFC_ECC>, <&chip_clk CLKID_SDIO>; clock-names = "core", "axi"; status = "disabled"; }; -- 2.6.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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] fix sdhci-pxav3 clock name and berlin clk clean up Jisheng Zhang <jszhang@marvell.com> - 2015-10-12 08:00 +0200
[PATCH 2/5] ARM: dts: berlin: correct BG2Q's sdhci2 axi clock Jisheng Zhang <jszhang@marvell.com> - 2015-10-12 08:00 +0200
[PATCH 4/5] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk Jisheng Zhang <jszhang@marvell.com> - 2015-10-12 08:00 +0200
Re: [PATCH 4/5] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk Michael Turquette <mturquette@baylibre.com> - 2015-10-16 14:50 +0200
Re: [PATCH 4/5] clk: berlin: bg2q: remove CLK_IGNORE_UNUSED flag for sdio clk Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-10-16 15:30 +0200
csiph-web