mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 10:00:03 -04:00
arm64: dts: imx95-tqma9596sa: move lpspi3 pinctrl to SOM
The muxing 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
438a4d0cd5
commit
68b7d5383b
@@ -200,9 +200,6 @@ eeprom2: eeprom@57 {
|
||||
};
|
||||
|
||||
&lpspi3 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpspi3>;
|
||||
cs-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>, <&gpio2 7 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -317,6 +317,12 @@ &lpi2c6 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&lpspi3 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpspi3>;
|
||||
cs-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>, <&gpio2 7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
/* SER0 */
|
||||
&lpuart1 {
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user