forked from Minki/linux
ARM: dts: iwg22d-sodimm-dbhd-ca: Add can1 support to HDMI DB
CAN1 interface is exposed via connector J1 found on the HDMI daughter board. This patch enables can1 DT node from within the daughter board specific device tree. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Biju Das <biju.das@bp.renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
805a5263f4
commit
d6033e7c65
@ -54,6 +54,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
&can1 {
|
||||
pinctrl-0 = <&can1_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hscif2 {
|
||||
pinctrl-0 = <&hscif2_pins>;
|
||||
pinctrl-names = "default";
|
||||
@ -105,6 +112,11 @@
|
||||
};
|
||||
|
||||
&pfc {
|
||||
can1_pins: can1 {
|
||||
groups = "can1_data_b";
|
||||
function = "can1";
|
||||
};
|
||||
|
||||
du0_pins: du0 {
|
||||
groups = "du0_rgb888", "du0_sync", "du0_disp", "du0_clk0_out";
|
||||
function = "du0";
|
||||
|
Loading…
Reference in New Issue
Block a user