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 -- 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