mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 07:03:28 -04:00
arm64: dts: tqmls1046a: Enable SFP interfaces
There are two SFP interfaces usable on TQMLS1046A. 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>
This commit is contained in:
committed by
Shawn Guo
parent
c19c913a91
commit
07c6d74b4f
@@ -44,6 +44,22 @@ &esdhc {
|
||||
wp-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&sfp1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sfp2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sfp1_i2c {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sfp2_i2c {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb2 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -51,6 +67,10 @@ &usb2 {
|
||||
#include "fsl-ls1046-post.dtsi"
|
||||
#include "tqmls104xa-mbls10xxa-fman.dtsi"
|
||||
|
||||
&enet7 {
|
||||
status = "disabled";
|
||||
&enet6 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&enet7 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user