]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: tqmls1043a: Enable SFP interface
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 1 Jul 2025 06:24:53 +0000 (08:24 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jul 2025 08:34:32 +0000 (16:34 +0800)
There is an SFP interface usable on TQMLS1043A. Enable all the
corresponding nodes. U-Boot will configure the connection if the RCW
is configured accordingly.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a-tqmls1043a-mbls10xxa.dts

index 03748a7f657b33e47c6d871447ee7dba22a41592..e04483fdb9089ac513c4fdecb08aa97333e09e78 100644 (file)
        wp-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
 };
 
+&sfp1 {
+       status = "okay";
+};
+
+&sfp1_i2c {
+       status = "okay";
+};
+
 &usb2 {
        status = "okay";
 };
 
 #include "fsl-ls1043-post.dtsi"
 #include "tqmls104xa-mbls10xxa-fman.dtsi"
+
+&enet6 {
+       status = "okay";
+};