]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95-tqma9596sa: move lpspi3 pinctrl to SOM
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 30 Oct 2025 12:49:12 +0000 (13:49 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Nov 2025 00:56:54 +0000 (08:56 +0800)
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>
arch/arm64/boot/dts/freescale/imx95-tqma9596sa-mb-smarc-2.dts
arch/arm64/boot/dts/freescale/imx95-tqma9596sa.dtsi

index e3c7554b7f709f7c773c5bc07ad3a649862033fa..43ed55e57d2a389173f26edf3a2e66117ba75021 100644 (file)
 };
 
 &lpspi3 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_lpspi3>;
-       cs-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>, <&gpio2 7 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
 
index 759a09a912be1aa4127c3ea36b82a805583c857e..8da9e368c1f4dadd7bf3025e2afa42486cda0a6b 100644 (file)
        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";