arm64: dts: rockchip: rk1808: disable peri ms and sram auto CS

Dfs, flash, reboot test will be failed if peri ms
and sram auto CS are enabled. So disable them first
and we will continue to analyze the reasons.

Change-Id: Ife20f25fb28acf0042a23b1edfc73705edc668db
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2019-03-15 17:53:20 +08:00
parent 13c3db9dca
commit f9768f08f3

View File

@@ -203,7 +203,7 @@
soc-bus0 {
bus-id = <0>;
timer-us = <20>;
enable-msk = <0x4077>;
enable-msk = <0x407f>;
status = "okay";
};
soc-bus1 {
@@ -215,7 +215,7 @@
soc-bus2 {
bus-id = <2>;
timer-us = <200>;
enable-msk = <0x4007>;
enable-msk = <0x4005>;
status = "okay";
};
soc-bus3 {
@@ -228,7 +228,7 @@
bus-id = <4>;
timer-us = <200>;
enable-msk = <0x4001>;
status = "okay";
status = "disabled";
};
};