| Message ID | 20230722193151.117345-1-rogerq@kernel.org |
|---|---|
| Headers | show |
| Series | net: ti: am65-cpsw-nuss: Drop custom properties | expand |
Hi, On Sat, Jul 22, 2023 at 10:31:47PM +0300, Roger Quadros wrote: > This series gets rid of 2 custom properties (mac_efuse and cpsw-phy-sel) > that were used in u-boot for the cpsw3g node. > > This makes it easier for us to have u-boot DT in sync with Linux. > > Last 2 patches are RFC so they can come separately. i.e. squashed with > DT cleanup series from Nishanth. Thanks for cleaning this up, hopefully it will solve our ranges conversation :) Tested-by: Maxime Ripard <mripard@kernel.org> Maxime
Hi Roger On Sat, 2023-07-22 at 22:31 +0300, Roger Quadros wrote: > Hi, > > This series gets rid of 2 custom properties (mac_efuse and cpsw-phy-sel) > that were used in u-boot for the cpsw3g node. > > This makes it easier for us to have u-boot DT in sync with Linux. > > Last 2 patches are RFC so they can come separately. i.e. squashed with > DT cleanup series from Nishanth. > > cheers, > -roger > > Changelog: > v2: > - drop enabling CONFIG_SYSCON from defconfig. Use imply in Kconfig instead. > - add patch to drop cpsw-phy-sel custom DT property. > > Roger Quadros (4): > net: ti: am65-cpsw-nuss: Use approved property to get efuse address > net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" > property > arm: dts: k3-am625-sk-u-boot.dtsi: drop mac_efuse > arm: dts: k3-am625-sk-u-boot.dtsi: drop cpsw-phy-sel property > > arch/arm/dts/k3-am625-sk-u-boot.dtsi | 10 --- > drivers/net/ti/Kconfig | 1 + > drivers/net/ti/am65-cpsw-nuss.c | 115 +++++++++++++++++---------- > 3 files changed, 74 insertions(+), 52 deletions(-) This also works with our in-flight stuff [1] with the same adjustments which we will shortly send as a v4. Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> [1] https://lore.kernel.org/all/20230715074050.941051-1-marcel@ziswiler.com Cheers Marcel
Hi, This series gets rid of 2 custom properties (mac_efuse and cpsw-phy-sel) that were used in u-boot for the cpsw3g node. This makes it easier for us to have u-boot DT in sync with Linux. Last 2 patches are RFC so they can come separately. i.e. squashed with DT cleanup series from Nishanth. cheers, -roger Changelog: v2: - drop enabling CONFIG_SYSCON from defconfig. Use imply in Kconfig instead. - add patch to drop cpsw-phy-sel custom DT property. Roger Quadros (4): net: ti: am65-cpsw-nuss: Use approved property to get efuse address net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" property arm: dts: k3-am625-sk-u-boot.dtsi: drop mac_efuse arm: dts: k3-am625-sk-u-boot.dtsi: drop cpsw-phy-sel property arch/arm/dts/k3-am625-sk-u-boot.dtsi | 10 --- drivers/net/ti/Kconfig | 1 + drivers/net/ti/am65-cpsw-nuss.c | 115 +++++++++++++++++---------- 3 files changed, 74 insertions(+), 52 deletions(-)