mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ARM: shmobile: porter: add CAN0 DT support
Define the Porter board dependent part of the CAN0 device node.
This patch is analogous to the commit 457acc4a6c ("ARM: shmobile:
henninger: add CAN0 DT support") as there are no differences between the
boards in this respect.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
098cb3a601
commit
0768fbad7f
@@ -134,6 +134,11 @@
|
|||||||
renesas,groups = "vin0_data8", "vin0_clk";
|
renesas,groups = "vin0_data8", "vin0_clk";
|
||||||
renesas,function = "vin0";
|
renesas,function = "vin0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
can0_pins: can0 {
|
||||||
|
renesas,groups = "can0_data";
|
||||||
|
renesas,function = "can0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&scif0 {
|
&scif0 {
|
||||||
@@ -288,3 +293,10 @@
|
|||||||
&pciec {
|
&pciec {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&can0 {
|
||||||
|
pinctrl-0 = <&can0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user