arm64: dts: rockchip: rk3568-nvr-demo-v10: disabled pcie for v10 borad
Signed-off-by: Huang zhibao <hzb@rock-chips.com> Change-Id: I1e43f028786756ac49338250d5aea22df850a2f9
This commit is contained in:
parent
e7373a13f7
commit
cb57c4f9d8
|
|
@ -14,3 +14,14 @@
|
|||
compatible = "rockchip,rk3568-nvr-demo-ddr4-v10-linux", "rockchip,rk3568";
|
||||
};
|
||||
|
||||
&pcie30phy {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie3x1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie3x2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,3 +13,15 @@
|
|||
model = "Rockchip RK3568 NVR DEMO DDR4 V10 ANDROID Board";
|
||||
compatible = "rockchip,rk3568-nvr-demo-ddr4-v10", "rockchip,rk3568";
|
||||
};
|
||||
|
||||
&pcie30phy {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie3x1 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pcie3x2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue