arm64: dts: rockchip: disable mailbox of RK3368 SoCs per default
Default to disable mailbox in rk3368 core dts file. Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
f7d89dfe1e
commit
ec9b506fe3
|
@ -640,6 +640,7 @@ mbox: mbox@ff6b0000 {
|
|||
clocks = <&cru PCLK_MAILBOX>;
|
||||
clock-names = "pclk_mailbox";
|
||||
#mbox-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pmugrf: syscon@ff738000 {
|
||||
|
|
Loading…
Reference in New Issue