summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason <jason.jin@freescale.com>2015-09-07 03:56:09 (GMT)
committerjason <jason.jin@freescale.com>2015-09-07 03:56:09 (GMT)
commitfd1b2820ef4e8757969fef113e80f78a6c7e32a5 (patch)
tree8a8e2fc35345ea41d67d59e10e70ddb8aff902d1
parentaaa395f27e077f51c75c6aefc7bbec44732e9742 (diff)
parent8d3a3cace24f68b24d7452328fb752244a204dda (diff)
downloadlinux-fsl-qoriq-fd1b2820ef4e8757969fef113e80f78a6c7e32a5.tar.xz
Merge branch 'feature/LS1-for-SDK' of ssh://sw-stash.freescale.net/dnnpi/ls1-linux-jason into LS1-SDKV04-SDK1.9
-rw-r--r--Documentation/devicetree/bindings/net/maxim,ds26522.txt13
-rw-r--r--arch/powerpc/boot/dts/t104xd4rdb.dtsi10
2 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/maxim,ds26522.txt b/Documentation/devicetree/bindings/net/maxim,ds26522.txt
new file mode 100644
index 0000000..ee8bb72
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/maxim,ds26522.txt
@@ -0,0 +1,13 @@
+* Maxim (Dallas) DS26522 Dual T1/E1/J1 Transceiver
+
+Required properties:
+- compatible: Should contain "maxim,ds26522".
+- reg: SPI CS.
+- spi-max-frequency: SPI clock.
+
+Example:
+ slic@1 {
+ compatible = "maxim,ds26522";
+ reg = <1>;
+ spi-max-frequency = <2000000>; /* input clock */
+ };
diff --git a/arch/powerpc/boot/dts/t104xd4rdb.dtsi b/arch/powerpc/boot/dts/t104xd4rdb.dtsi
index 6c6ac3f..05f40de 100644
--- a/arch/powerpc/boot/dts/t104xd4rdb.dtsi
+++ b/arch/powerpc/boot/dts/t104xd4rdb.dtsi
@@ -139,6 +139,16 @@
reg = <0>;
spi-max-frequency = <10000000>; /* input clock */
};
+ slic@1 {
+ compatible = "maxim,ds26522";
+ reg = <1>;
+ spi-max-frequency = <2000000>; /* input clock */
+ };
+ slic@2 {
+ compatible = "maxim,ds26522";
+ reg = <2>;
+ spi-max-frequency = <2000000>; /* input clock */
+ };
};
};