lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Dec 2013 00:22:33 -0800
From:	Christian Daudt <bcm@...thebug.org>
To:	Tim Kryger <tim.kryger@...aro.org>
Cc:	Rob Herring <rob.herring@...xeda.com>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Stephen Warren <swarren@...dotorg.org>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Daniel Lezcano <daniel.lezcano@...aro.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Chris Ball <cjb@...top.org>, Axel Lin <axel.lin@...ics.com>,
	Device Tree List <devicetree@...r.kernel.org>,
	Linux ARM Kernel List <linux-arm-kernel@...ts.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Linux MMC List <linux-mmc@...r.kernel.org>,
	Linaro Patches List <patches@...aro.org>
Subject: Re: [PATCH v4 4/8] ARM: dts: Specify clocks for SDHCIs on bcm11351

On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger <tim.kryger@...aro.org> wrote:
> Specify the external clock label in each SDHCI node.
>
> Signed-off-by: Tim Kryger <tim.kryger@...aro.org>
> Reviewed-by: Markus Mayer <markus.mayer@...aro.org>
> Reviewed-by: Matt Porter <matt.porter@...aro.org>
> ---
>  arch/arm/boot/dts/bcm11351.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
> index 9b99c52..25ca128 100644
> --- a/arch/arm/boot/dts/bcm11351.dtsi
> +++ b/arch/arm/boot/dts/bcm11351.dtsi
> @@ -118,6 +118,7 @@
>                 compatible = "brcm,kona-sdhci";
>                 reg = <0x3f180000 0x10000>;
>                 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
> +               clocks = <&sdio1_clk>;
>                 status = "disabled";
>         };
>
> @@ -125,6 +126,7 @@
>                 compatible = "brcm,kona-sdhci";
>                 reg = <0x3f190000 0x10000>;
>                 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
> +               clocks = <&sdio2_clk>;
>                 status = "disabled";
>         };
>
> @@ -132,6 +134,7 @@
>                 compatible = "brcm,kona-sdhci";
>                 reg = <0x3f1a0000 0x10000>;
>                 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
> +               clocks = <&sdio3_clk>;
>                 status = "disabled";
>         };
>
> @@ -139,6 +142,7 @@
>                 compatible = "brcm,kona-sdhci";
>                 reg = <0x3f1b0000 0x10000>;
>                 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
> +               clocks = <&sdio4_clk>;
>                 status = "disabled";
>         };
>
> --
> 1.8.0.1
>
Reviewed-by: Christian Daudt <bcm@...thebug.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ