add tdm riser card node to t1040rdb.dts Signed-off-by: Zhao Qiang <qiang.zhao@xxxxxxx> --- arch/powerpc/boot/dts/fsl/t1040rdb.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/powerpc/boot/dts/fsl/t1040rdb.dts b/arch/powerpc/boot/dts/fsl/t1040rdb.dts index cf19415..d52b011 100644 --- a/arch/powerpc/boot/dts/fsl/t1040rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t1040rdb.dts @@ -43,6 +43,16 @@ compatible = "fsl,t1040rdb-cpld"; }; }; + + soc: soc@ffe000000 { + spi@110000 { + slic@3 { + compatible = "maxim,ds26522"; + reg = <3>; + spi-max-frequency = <2000000>; /* input clock */ + }; + }; + }; }; #include "t1040si-post.dtsi" -- 2.1.0.27.g96db324 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html