diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-11-16 12:57:51 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-17 11:54:04 (GMT) |
commit | 81593c1cea7afdcd653c77d626aa186993e39c91 (patch) | |
tree | f70cc7dd8dc272a941cd7710e7115ac20c62d692 /drivers | |
parent | 3f158c253214bb783e7072f6848b61c1999631e7 (diff) | |
download | linux-81593c1cea7afdcd653c77d626aa186993e39c91.tar.xz |
net/can/mpc52xx_can: improve properties and their description
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: devicetree-discuss@ozlabs.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/can/mscan/mpc52xx_can.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/can/mscan/mpc52xx_can.c b/drivers/net/can/mscan/mpc52xx_can.c index a915959b..1de6f63 100644 --- a/drivers/net/can/mscan/mpc52xx_can.c +++ b/drivers/net/can/mscan/mpc52xx_can.c @@ -130,7 +130,7 @@ static int __devinit mpc5xxx_can_probe(struct of_device *ofdev, * choice as it has less jitter. For this reason, it is selected * by default. */ - clk_src = of_get_property(np, "fsl,mscan-clk-src", NULL); + clk_src = of_get_property(np, "fsl,mscan-clock-source", NULL); if (clk_src && strcmp(clk_src, "ip") == 0) clock_src = MSCAN_CLKSRC_BUS; else @@ -227,7 +227,6 @@ static int mpc5xxx_can_resume(struct of_device *ofdev) static struct of_device_id __devinitdata mpc5xxx_can_table[] = { {.compatible = "fsl,mpc5200-mscan"}, - {.compatible = "fsl,mpc5200b-mscan"}, {}, }; |