Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sa8775p-ride: add the second SGMII PHY

Add a second SGMII PHY that will be used by EMAC1 on sa8775p-ride.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Tested-by: Andrew Halaney <ahalaney@redhat.com>
Link: https://lore.kernel.org/r/20230810080909.6259-7-brgl@bgdev.pl
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bartosz Golaszewski and committed by
Bjorn Andersson
1a00a068 1e7ef41b

+9
+9
arch/arm64/boot/dts/qcom/sa8775p-ride.dts
··· 287 287 reset-assert-us = <11000>; 288 288 reset-deassert-us = <70000>; 289 289 }; 290 + 291 + sgmii_phy1: phy@a { 292 + compatible = "ethernet-phy-id0141.0dd4"; 293 + reg = <0xa>; 294 + device_type = "ethernet-phy"; 295 + reset-gpios = <&pmm8654au_2_gpios 9 GPIO_ACTIVE_LOW>; 296 + reset-assert-us = <11000>; 297 + reset-deassert-us = <70000>; 298 + }; 290 299 }; 291 300 292 301 mtl_rx_setup: rx-queues-config {