[PATCH 1/5] ARM: dts: imx6q: add a new device node for ecspi1
Huang Shijie
b32955 at freescale.com
Thu May 9 06:38:45 EDT 2013
于 2013年05月09日 11:28, Huang Shijie 写道:
> Signed-off-by: Huang Shijie <b32955 at freescale.com>
> ---
> arch/arm/boot/dts/imx6q.dtsi | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
> index ed11bcf..5601026 100644
> --- a/arch/arm/boot/dts/imx6q.dtsi
> +++ b/arch/arm/boot/dts/imx6q.dtsi
> @@ -59,6 +59,17 @@
> soc {
> aips-bus at 02000000 { /* AIPS1 */
> spba-bus at 02000000 {
> + ecspi1: ecspi at 02008000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
> + reg = <0x02008000 0x4000>;
> + interrupts = <0 31 0x04>;
> + clocks = <&clks 112>, <&clks 112>;
> + clock-names = "ipg", "per";
> + status = "disabled";
> + };
> +
> ecspi5: ecspi at 02018000 {
> #address-cells = <1>;
> #size-cells = <0>;
Please ignore this single patch.
the eCSPI1 has been added in the imx6qdl.dtsi.
so this patch is redundant.
thanks
Huang Shijie
More information about the linux-arm-kernel
mailing list