mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 08:45:18 -04:00
arm64: dts: imx95-tqma9596sa: move flexcan pinctrl to SOM
The muxing for flexcan is determined by SOM, so add it at this level. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
310b0aaa65
commit
438a4d0cd5
@@ -172,15 +172,11 @@ pcie2-clk-en-hog {
|
||||
};
|
||||
|
||||
&flexcan1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flexcan1>;
|
||||
xceiver-supply = <®_3v3>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flexcan3 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flexcan3>;
|
||||
xceiver-supply = <®_3v3>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -106,6 +106,16 @@ &netc_timer {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flexcan1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flexcan1>;
|
||||
};
|
||||
|
||||
&flexcan3 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_flexcan3>;
|
||||
};
|
||||
|
||||
&flexspi1 {
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&pinctrl_flexspi1>;
|
||||
|
||||
Reference in New Issue
Block a user