Skip to content

Commit bcbf53a

Browse files
jhovoldShawn Guo
authored andcommitted
ARM: dts: imx6dl-colibri-eval-v3: fix sram compatible properties
The sram-node compatible properties have mistakingly combined the model-specific string with the generic "mtd-ram" string. Note that neither "cy7c1019dv33-10zsxi, mtd-ram" or "cy7c1019dv33-10zsxi" are used by any in-kernel driver and they are not present in any binding. The physmap driver will however bind to platform devices that specify "mtd-ram". Fixes: fc48e76 ("ARM: dts: imx6: Add support for Toradex Colibri iMX6 module") Cc: Sanchayan Maity <[email protected]> Cc: Marcel Ziswiler <[email protected]> Cc: Shawn Guo <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Oleksandr Suvorov <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 7155c44 commit bcbf53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275

276276
/* SRAM on Colibri nEXT_CS0 */
277277
sram@0,0 {
278-
compatible = "cypress,cy7c1019dv33-10zsxi, mtd-ram";
278+
compatible = "cypress,cy7c1019dv33-10zsxi", "mtd-ram";
279279
reg = <0 0 0x00010000>;
280280
#address-cells = <1>;
281281
#size-cells = <1>;
@@ -286,7 +286,7 @@
286286

287287
/* SRAM on Colibri nEXT_CS1 */
288288
sram@1,0 {
289-
compatible = "cypress,cy7c1019dv33-10zsxi, mtd-ram";
289+
compatible = "cypress,cy7c1019dv33-10zsxi", "mtd-ram";
290290
reg = <1 0 0x00010000>;
291291
#address-cells = <1>;
292292
#size-cells = <1>;

0 commit comments

Comments
 (0)