summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorZhang Zhuoyu <Zhuoyu.Zhang@freescale.com>2014-08-27 10:22:17 (GMT)
committerRich Schmitt <B43082@freescale.com>2014-09-05 17:21:48 (GMT)
commit637216ff999062a5ae21a2d1683b1e82d189e697 (patch)
tree349dd5459c380af168c98faaca3ba6a8fca134bf /arch/powerpc/boot/dts
parentbca97da5a5ba8111dcbd21dcc2c1f0f57365d565 (diff)
downloadlinux-fsl-qoriq-637216ff999062a5ae21a2d1683b1e82d189e697.tar.xz
T104xRDB/dts: add bqman node placeholder before fman to support AR
the device tree is walked in a bottom-up order to suspend devices. Callback sequence of devices is determinated by the first time it appears in device tree not where it is defined, thus add two placeholders of bqman before fman to make sure fman suspended before bqman. Signed-off-by: Zhang Zhuoyu <Zhuoyu.Zhang@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r--arch/powerpc/boot/dts/t1040rdb-dsar.dts4
-rw-r--r--arch/powerpc/boot/dts/t1042rdb_pi-dsar.dts5
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t1040rdb-dsar.dts b/arch/powerpc/boot/dts/t1040rdb-dsar.dts
index c792b5b..b550858 100644
--- a/arch/powerpc/boot/dts/t1040rdb-dsar.dts
+++ b/arch/powerpc/boot/dts/t1040rdb-dsar.dts
@@ -162,6 +162,10 @@
};
};
+ qman: qman@318000 {
+ };
+ bman: bman@31a000 {
+ };
fman0: fman@400000 {
sleep = <&rcpm 0x00000008>;
diff --git a/arch/powerpc/boot/dts/t1042rdb_pi-dsar.dts b/arch/powerpc/boot/dts/t1042rdb_pi-dsar.dts
index 50f125e..b49e583 100644
--- a/arch/powerpc/boot/dts/t1042rdb_pi-dsar.dts
+++ b/arch/powerpc/boot/dts/t1042rdb_pi-dsar.dts
@@ -170,6 +170,11 @@
};
};
+ qman: qman@318000 {
+ };
+ bman: bman@31a000 {
+ };
+
fman0: fman@400000 {
sleep = <&rcpm 0x00000008>;