[linux-yocto] [PATCH] arch: arm64: dts: add altr, sysmgr-syscon property for Ethernet driver

2018-12-02 Thread Meng.Li
From: Limeng In Stratix10 latest dwmac-socfpga.c Ethernet driver, the property altr,sysmgr-syscon is parsed during driver probe. So, it is need to add it to avoid drvier probe failed. This modification refer to SDK kernel https://github.com/altera-opensource/linux-socfpga.git, commit

[linux-yocto] [V2] : [yocto-4.18]: intel-socfpga: arch: arm64: dts: add altr, sysmgr-syscon property for Ethernet driver

2018-12-02 Thread Meng.Li
From: Limeng Hi Bruce, Could you please help to merge below one patch into linux-yocto, kernel 4.18, branch is v4.18/standard/intel-socfpga 0001-arch-arm64-dts-add-altr-sysmgr-syscon-property-for-E.patch socfpga_stratix10.dtsi |5 + 1 file changed, 5 insertions(+) v2: There is