On 30/03/20 12:45 PM, Tero Kristo wrote: > On 28/03/2020 03:53, Vladimir Oltean wrote: >> Hi David, >> >> On Fri, 27 Mar 2020 at 05:02, David Miller <davem@xxxxxxxxxxxxx> wrote: >>> >>> From: Grygorii Strashko <grygorii.strashko@xxxxxx> >>> Date: Tue, 24 Mar 2020 00:52:43 +0200 >>> >>>> This v6 series adds basic networking support support TI K3 >>>> AM654x/J721E SoC which >>>> have integrated Gigabit Ethernet MAC (Media Access Controller) into >>>> device MCU >>>> domain and named MCU_CPSW0 (CPSW2G NUSS). >>> ... >>> >>> Series applied, thank you. >> >> The build is now broken on net-next: >> >> arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi:303.23-309.6: ERROR >> (phandle_references): >> /interconnect@100000/interconnect@28380000/ethernet@46000000/ethernet-ports/port@1: >> >> Reference to non-existent node >> or label "mcu_conf" >> >> also defined at >> arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:471.13-474.3 >> arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi:303.23-309.6: ERROR >> (phandle_references): >> /interconnect@100000/interconnect@28380000/ethernet@46000000/ethernet-ports/port@1: >> >> Reference to non-existent node >> or label "phy_gmii_sel" >> >> also defined at >> arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts:471.13-474.3 >> >> As Grygorii said: >> >> Patches 1-6 are intended for netdev, Patches 7-11 are intended for K3 >> Platform >> tree and provided here for testing purposes. > > Yeah, I think you are missing a dependency that was applied via the K3 > branch earlier. They are in linux-next now, but I am not so sure how > much that is going to help you. > > You could just drop the DT patches from this merge and let me apply them > via the platform branch. One other option would be that Dave merges your K3 tag which was sent to ARM SoC to net-next. Its based on v5.6-rc1, has no other dependencies, is already in linux-next, should be immutable and safe to merge. This has the advantage that no rebase is necessary on net-next. git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux tags/ti-k3-soc-for-v5.7 + ARM SoC maintainers for their information and any advise. Thanks, Sekhar