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 pin functions for ethernet0

Add the MDC and MDIO pin functions for ethernet0 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/20230622120142.218055-5-brgl@bgdev.pl
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bartosz Golaszewski and committed by
Bjorn Andersson
48c99529 5ef26fb8

+16
+16
arch/arm64/boot/dts/qcom/sa8775p-ride.dts
··· 371 371 }; 372 372 373 373 &tlmm { 374 + ethernet0_default: ethernet0-default-state { 375 + ethernet0_mdc: ethernet0-mdc-pins { 376 + pins = "gpio8"; 377 + function = "emac0_mdc"; 378 + drive-strength = <16>; 379 + bias-pull-up; 380 + }; 381 + 382 + ethernet0_mdio: ethernet0-mdio-pins { 383 + pins = "gpio9"; 384 + function = "emac0_mdio"; 385 + drive-strength = <16>; 386 + bias-pull-up; 387 + }; 388 + }; 389 + 374 390 qup_uart10_default: qup-uart10-state { 375 391 pins = "gpio46", "gpio47"; 376 392 function = "qup1_se3";