projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9131c
)
powerpc/p1010rdb: Change flexcan compatible string
author
Shengzhou Liu
<Shengzhou.Liu@freescale.com>
Mon, 25 Mar 2013 07:30:09 +0000
(07:30 +0000)
committer
Andy Fleming
<afleming@freescale.com>
Thu, 2 May 2013 21:57:33 +0000
(16:57 -0500)
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>
board/freescale/p1010rdb/p1010rdb.c
patch
|
blob
|
history
diff --git
a/board/freescale/p1010rdb/p1010rdb.c
b/board/freescale/p1010rdb/p1010rdb.c
index 11e2e8ae4801b3151940f5f8b4812b8cd9747939..0c30d7634558267e3b622bb8588828d84d87ac48 100644
(file)
--- a/
board/freescale/p1010rdb/p1010rdb.c
+++ b/
board/freescale/p1010rdb/p1010rdb.c
@@
-217,7
+217,7
@@
void fdt_del_flexcan(void *blob)
int nodeoff = 0;
while ((nodeoff = fdt_node_offset_by_compatible(blob, 0,
- "fsl,
flexcan-v1.0
")) >= 0) {
+ "fsl,
p1010-flexcan
")) >= 0) {
fdt_del_node(blob, nodeoff);
}
}