提交 f68a7305 编写于 作者: S Shengzhou Liu 提交者: Andy Fleming

powerpc/p1010rdb: Change flexcan compatible string

Change flexcan compatible string from "fsl,flexcan-v1.0"
to "fsl,p1010-flexcan" to match the device tree.
Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: NAndy Fleming <afleming@freescale.com>
上级 ca9131c0
...@@ -217,7 +217,7 @@ void fdt_del_flexcan(void *blob) ...@@ -217,7 +217,7 @@ void fdt_del_flexcan(void *blob)
int nodeoff = 0; int nodeoff = 0;
while ((nodeoff = fdt_node_offset_by_compatible(blob, 0, while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
"fsl,flexcan-v1.0")) >= 0) { "fsl,p1010-flexcan")) >= 0) {
fdt_del_node(blob, nodeoff); fdt_del_node(blob, nodeoff);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册