mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user