Skip to content

Commit 3caf9e6

Browse files
iangehcnxpfrankli
authored andcommitted
ARM: dts: imx: b850v3: Disable unused usdhc4
Disable the unused interface, to fix print an error message during boot: mmc3: Failed to initialize a non-removable card Signed-off-by: Ian Ray <ian.ray@gehealthcare.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 2c8cfe5 commit 3caf9e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx6q-b850v3.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,7 @@
303303
phy-handle = <&switchphy4>;
304304
};
305305
};
306+
307+
&usdhc4 {
308+
status = "disabled";
309+
};

0 commit comments

Comments
 (0)