diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-11-14 23:38:24 +0530 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-09 00:16:47 +0200 |
commit | 7a57ee87f2de9befa0402749bef8d1bb8bb746ba (patch) | |
tree | b2fbaacfbf3ad5d89c27c66f62583b817f675bc7 /arch/arm/boot/dts/am33xx.dtsi | |
parent | bc0b8b7085f534d65618f7103e87440fef0e27cf (diff) | |
download | talos-op-linux-7a57ee87f2de9befa0402749bef8d1bb8bb746ba.tar.gz talos-op-linux-7a57ee87f2de9befa0402749bef8d1bb8bb746ba.zip |
ARM: dts: AM33XX: Add d_can instances to aliases
Add d_can instances to aliases node to get the D_CAN instance number
from the driver. To initialize D_CAN message RAM, corresponding instance
number is required.
To initialize instance 0 message RAM then 0x1 should be written and for
instance 1 message RAM, 0x2 should be written to control module register.
With device-tree framework ip instance number is "-1" by default for all
instances. To get device id/instance number then modules should be added
to DT "aliases" node. of_alias_get_id() gives the device id number based
on number of alias nodes present in "aliases node".
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index dd237de4c35f..a8fad53b1d4e 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -21,6 +21,8 @@ serial3 = &uart4; serial4 = &uart5; serial5 = &uart6; + d_can0 = &dcan0; + d_can1 = &dcan1; }; cpus { |