mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
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: Shengzhou Liu <Shengzhou.Liu@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
ca9131c056
commit
f68a730538
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user