summaryrefslogtreecommitdiffstats
path: root/board/freescale/p1010rdb
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2013-03-25 07:30:09 +0000
committerAndy Fleming <afleming@freescale.com>2013-05-02 16:57:33 -0500
commitf68a730538f8203e0080a87cef34d737e3b373b4 (patch)
treed6f15ee60571db66931e68a95cbc5f81b2a88567 /board/freescale/p1010rdb
parentca9131c0569a98b6538c5a2d78c3d845bdf54bae (diff)
downloadblackbird-obmc-uboot-f68a730538f8203e0080a87cef34d737e3b373b4.tar.gz
blackbird-obmc-uboot-f68a730538f8203e0080a87cef34d737e3b373b4.zip
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>
Diffstat (limited to 'board/freescale/p1010rdb')
-rw-r--r--board/freescale/p1010rdb/p1010rdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/p1010rdb/p1010rdb.c b/board/freescale/p1010rdb/p1010rdb.c
index 11e2e8ae48..0c30d76345 100644
--- 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);
}
}
OpenPOWER on IntegriCloud