From: Sandeep Singh <Sandeep@freescale.com>
To: <linuxppc-dev@lists.ozlabs.org>, <linux-arm-kernel@lists.infradead.org>
Cc: Sandeep Singh <Sandeep@freescale.com>,
Poonam Aggrwal <poonam.aggrwal@freescale.com>
Subject: [PATCH 4/4] Added device tree entries for Legerity SLIC node on various Freescale Platforms
Date: Thu, 7 Mar 2013 16:57:48 +0530 [thread overview]
Message-ID: <1362655668-26721-4-git-send-email-Sandeep@freescale.com> (raw)
In-Reply-To: <1362655668-26721-1-git-send-email-Sandeep@freescale.com>
SLIC device is connected on SPI bus on these platforms
Signed-off-by: Sandeep Singh <Sandeep@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
---
arch/powerpc/boot/dts/p1010rdb.dtsi | 13 ++++++++++++-
arch/powerpc/boot/dts/p1020mbg-pc.dtsi | 19 +++++++++++++++++++
arch/powerpc/boot/dts/p1020rdb-pc.dtsi | 18 ++++++++++++++++++
arch/powerpc/boot/dts/p1020rdb.dtsi | 17 +++++++++++++++++
arch/powerpc/boot/dts/p1022ds.dtsi | 17 +++++++++++++++++
arch/powerpc/boot/dts/p1024rdb.dtsi | 18 ++++++++++++++++++
6 files changed, 101 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
index ec7c27a..b0a5908 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -1,7 +1,7 @@
/*
* P1010 RDB Device Tree Source stub (no addresses or top-level ranges)
*
- * Copyright 2011 Freescale Semiconductor Inc.
+ * Copyright 2011-2012 Freescale Semiconductor Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -184,8 +184,19 @@
label = "SPI Flash JFFS2 RFS";
};
};
+
+ tdm_phy_0: slic@0 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <0>;
+ spi-max-frequency = <8000000>;
+ };
};
+ tdm@16000 {
+ num-phy = <1>;
+ phy-handle = <&tdm_phy_0>;
+ };
+
usb@22000 {
phy_type = "utmi";
dr_mode = "host";
diff --git a/arch/powerpc/boot/dts/p1020mbg-pc.dtsi b/arch/powerpc/boot/dts/p1020mbg-pc.dtsi
index a24699c..9119387 100644
--- a/arch/powerpc/boot/dts/p1020mbg-pc.dtsi
+++ b/arch/powerpc/boot/dts/p1020mbg-pc.dtsi
@@ -93,6 +93,25 @@
};
};
+ spi@7000 {
+ tdm_phy_0: slic@0 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <1>;
+ spi-max-frequency = <8000000>;
+ };
+
+ tdm_phy_1: slic@1 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <2>;
+ spi-max-frequency = <8000000>;
+ };
+ };
+
+ tdm@16000 {
+ num-phy = <2>;
+ phy-handle = <&tdm_phy_0>, <&tdm_phy_1>;
+ };
+
mdio@24000 {
phy0: ethernet-phy@0 {
interrupts = <3 1 0 0>;
diff --git a/arch/powerpc/boot/dts/p1020rdb-pc.dtsi b/arch/powerpc/boot/dts/p1020rdb-pc.dtsi
index c952cd3..3a7fdd9 100644
--- a/arch/powerpc/boot/dts/p1020rdb-pc.dtsi
+++ b/arch/powerpc/boot/dts/p1020rdb-pc.dtsi
@@ -186,6 +186,24 @@
label = "file system jffs2";
};
};
+
+ tdm_phy_0: slic@0 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <1>;
+ spi-max-frequency = <8000000>;
+ };
+
+ tdm_phy_1: slic@1 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <2>;
+ spi-max-frequency = <8000000>;
+ };
+
+ };
+
+ tdm@16000 {
+ num-phy = <2>;
+ phy-handle = <&tdm_phy_0>, <&tdm_phy_1>;
};
usb@22000 {
diff --git a/arch/powerpc/boot/dts/p1020rdb.dtsi b/arch/powerpc/boot/dts/p1020rdb.dtsi
index 1fb7e0e..f1a3431 100644
--- a/arch/powerpc/boot/dts/p1020rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1020rdb.dtsi
@@ -186,6 +186,23 @@
label = "file system jffs2";
};
};
+
+ tdm_phy_0: slic@0 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <1>;
+ spi-max-frequency = <8000000>;
+ };
+
+ tdm_phy_1: slic@1 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <2>;
+ spi-max-frequency = <8000000>;
+ };
+ };
+
+ tdm@16000 {
+ num-phy = <2>;
+ phy-handle = <&tdm_phy_0>, <&tdm_phy_1>;
};
usb@22000 {
diff --git a/arch/powerpc/boot/dts/p1022ds.dtsi b/arch/powerpc/boot/dts/p1022ds.dtsi
index 873da35..af2d4e1 100644
--- a/arch/powerpc/boot/dts/p1022ds.dtsi
+++ b/arch/powerpc/boot/dts/p1022ds.dtsi
@@ -183,6 +183,18 @@
reg = <0x00700000 0x00900000>;
};
};
+
+ tdm_phy_0: slic@0 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <1>;
+ spi-max-frequency = <8000000>;
+ };
+
+ tdm_phy_1: slic@1 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <2>;
+ spi-max-frequency = <8000000>;
+ };
};
ssi@15000 {
@@ -191,6 +203,11 @@
fsl,ssi-asynchronous;
};
+ tdm@16000 {
+ num-phy = <2>;
+ phy-handle = <&tdm_phy_0>, <&tdm_phy_1>;
+ };
+
usb@22000 {
phy_type = "ulpi";
};
diff --git a/arch/powerpc/boot/dts/p1024rdb.dtsi b/arch/powerpc/boot/dts/p1024rdb.dtsi
index b05dcb4..cec36a3 100644
--- a/arch/powerpc/boot/dts/p1024rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1024rdb.dtsi
@@ -164,6 +164,19 @@
label = "SPI JFFS2 RFS";
};
};
+
+ tdm_phy_0: slic@0 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <1>;
+ spi-max-frequency = <8000000>;
+ };
+
+ tdm_phy_1: slic@1 {
+ compatible = "zarlink,le88266", "tdm-phy-slic";
+ reg = <2>;
+ spi-max-frequency = <8000000>;
+ };
+
};
i2c@3000 {
@@ -173,6 +186,11 @@
};
};
+ tdm@16000 {
+ num-phy = <2>;
+ phy-handle = <&tdm_phy_0>, <&tdm_phy_1>;
+ };
+
usb@22000 {
phy_type = "ulpi";
};
--
1.7.6.GIT
next prev parent reply other threads:[~2013-03-07 11:28 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-07 11:27 [PATCH 1/4] Device tree entry for Freescale TDM controller Sandeep Singh
2013-03-07 11:27 ` [PATCH 2/4] Device Tree bindings " Sandeep Singh
2013-03-07 11:27 ` [PATCH 3/4] TDM Device Tree entries for various Freescale Platforms Sandeep Singh
2013-03-08 16:47 ` Timur Tabi
2013-03-08 16:47 ` Timur Tabi
2013-03-11 9:27 ` Singh Sandeep-B37400
2013-03-07 11:27 ` Sandeep Singh [this message]
2013-07-30 22:40 ` [4/4] Added device tree entries for Legerity SLIC node on " Scott Wood
2013-03-07 13:34 ` [PATCH 1/4] Device tree entry for Freescale TDM controller Russell King - ARM Linux
2013-03-13 5:17 ` Singh Sandeep-B37400
2013-03-20 10:51 ` Singh Sandeep-B37400
2013-03-29 9:34 ` Singh Sandeep-B37400
2013-06-28 22:15 ` [1/4] " Scott Wood
2013-07-01 4:59 ` Singh Sandeep-B37400
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362655668-26721-4-git-send-email-Sandeep@freescale.com \
--to=sandeep@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=poonam.aggrwal@freescale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).