[PATCH 3/3] T1040D4RDB: add tdm riser card node to t1040d4rdb

From: Zhao Qiang
Date: Thu Jan 07 2016 - 21:55:23 EST


add tdm riser card node to t1040d4rdb.dts

Signed-off-by: Zhao Qiang <qiang.zhao@xxxxxxx>
---
arch/powerpc/boot/dts/fsl/t1040d4rdb.dts | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts b/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts
index fb6bc02..ee3d1ec 100644
--- a/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts
+++ b/arch/powerpc/boot/dts/fsl/t1040d4rdb.dts
@@ -41,6 +41,22 @@
#address-cells = <2>;
#size-cells = <2>;
interrupt-parent = <&mpic>;
+
+ soc: soc@ffe000000 {
+ spi@110000 {
+ slic@1 {
+ compatible = "maxim,ds26522";
+ reg = <1>;
+ spi-max-frequency = <2000000>;
+ };
+
+ slic@2 {
+ compatible = "maxim,ds26522";
+ reg = <2>;
+ spi-max-frequency = <2000000>;
+ };
+ };
+ };
};

#include "t1040si-post.dtsi"
--
2.1.0.27.g96db324