From: Quanyang Wang <quanyang.w...@windriver.com>

The device nodes of "qspi" and "gmac0" are not supported in linux, so we
need to disable them to eliminate error log while booting.

Signed-off-by: Quanyang Wang <quanyang.w...@windriver.com>
---
 arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi 
b/arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi
index a91e466dbc272..1a868eec29b7d 100644
--- a/arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32gxxxa-cvc-fl.dtsi
@@ -31,11 +31,13 @@ &usbotg {
 };
 
 &qspi {
-       status = "okay";
+       /* We don't support HyperFlash in linux */
+       status = "disabled";
 };
 
 &gmac0 {
-       status = "okay";
+       /* Before enabling SJA1110, set it to be "disabled" */
+       status = "disabled";
        phy-mode = "rgmii";
        phy-handle = <&gmac0_mdio_c_phy19>;
        pinctrl-names = "default";
-- 
2.36.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12202): 
https://lists.yoctoproject.org/g/linux-yocto/message/12202
Mute This Topic: https://lists.yoctoproject.org/mt/97336596/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to