From 32e41ba18a41eac8cc782de78fd988b18fc44527 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Wed, 5 Oct 2022 23:35:21 +0900 Subject: ipq40xx: convert to DSA and enable Sony NCP-HG100/Cellular This patch converts networking on Sony NCP-HG100/Cellular to DSA and re-enables support for the device. Signed-off-by: INAGAKI Hiroshi --- .../boot/dts/qcom-ipq4019-ncp-hg100-cellular.dts | 34 ++++++++++++---------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'target/linux/ipq40xx/files') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-ncp-hg100-cellular.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-ncp-hg100-cellular.dts index f1ac5fd52f..ea27defea3 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-ncp-hg100-cellular.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-ncp-hg100-cellular.dts @@ -16,7 +16,7 @@ led-failsafe = &led_cloud_red; led-running = &led_cloud_green; led-upgrade = &led_cloud_green; - label-mac-device = &gmac0; + label-mac-device = &gmac; }; chosen { @@ -57,23 +57,9 @@ qcom,wifi_noc_memtype_m0_m2 = ; }; - ess-psgmii@98000 { - status = "okay"; - }; - dma@7984000 { status = "okay"; }; - - ess-switch@c000000 { - status = "okay"; - switch_mac_mode = <0x0>; /* mac mode for RGMII RMII */ - switch_initvlas = <0x0007c 0x54>; /* PORT0_STATUS */ - }; - - edma@c080000 { - status = "okay"; - }; }; keys-repeat { @@ -616,6 +602,24 @@ status = "okay"; }; +&gmac { + status = "okay"; +}; + +&switch { + status = "okay"; +}; + +&swport4 { + status = "okay"; + label = "lan"; +}; + +&swport5 { + status = "okay"; + label = "wan"; +}; + &wifi0 { status = "okay"; qcom,ath10k-calibration-variant = "Sony-NCP-HG100-Cellular"; -- cgit v1.2.3