hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/ls1021a-qds.dts
....@@ -1,5 +1,6 @@
11 /*
22 * Copyright 2013-2014 Freescale Semiconductor, Inc.
3
+ * Copyright 2018 NXP
34 *
45 * This file is dual-licensed: you can use it either under the terms
56 * of the GPL or the X11 license, at your option. Note that this dual
....@@ -50,6 +51,7 @@
5051
5152 / {
5253 model = "LS1021A QDS Board";
54
+ compatible = "fsl,ls1021a-qds", "fsl,ls1021a";
5355
5456 aliases {
5557 enet0_rgmii_phy = &rgmii_phy1;
....@@ -144,6 +146,10 @@
144146 status = "okay";
145147 };
146148
149
+&esdhc {
150
+ status = "okay";
151
+};
152
+
147153 &i2c0 {
148154 status = "okay";
149155
....@@ -235,6 +241,7 @@
235241 #size-cells = <1>;
236242 compatible = "cfi-flash";
237243 reg = <0x0 0x0 0x8000000>;
244
+ big-endian;
238245 bank-width = <2>;
239246 device-width = <1>;
240247 };