Re: [OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-08-07 Thread Robinson Wu
Hi, Thank you for your advices. I will submit patch again. Best wishes Robinson Wu___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-29 Thread Adrian Schmutzler
Hi again, > + compatible = "zhuotk,js7628-16m-128m", "zhuotk,js76x8", > "mediatek,mt7628an-soc"; > + model = "ZhuoTK JS7628 (16M flash/128M RAM)"; Is memory auto-detected on this target (to me it looks that)? If yes, I'd remove all information concerning RAM size (except from hardware s

[OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-25 Thread Robinson Wu
This commit adds support for the ZhuoTK JS7628 development board, The device has the following specifications: - SOC:MT7628AN/NN - RAM:64/128/256 MB (DDR2) - FLASH:8/16/32 MB (SPI NOR) - Ethernet:3x 10/100 Mbps ethernet ports (MT7628 built-in switch) - WIFI:1x 2T2R 2.4 GHz Wi-Fi - LEDs:1x system s

Re: [OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-25 Thread Adrian Schmutzler
Devel] [PATCH] ramips: add support to JS7628 development > board > > This commit adds support for the ZhuoTK JS7628 development board, > The device has the following specifications: > > - SOC:MT7628AN/NN > - RAM:64/128/256 MB (DDR2) > - FLASH:8/16/32 MB (SPI NOR) > - Etherne

[OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-24 Thread Robinson Wu
This commit adds support for the ZhuoTK JS7628 development board, The device has the following specifications: - SOC:MT7628AN/NN - RAM:64/128/256 MB (DDR2) - FLASH:8/16/32 MB (SPI NOR) - Ethernet:3x 10/100 Mbps ethernet ports (MT7628 built-in switch) - WIFI:1x 2T2R 2.4 GHz Wi-Fi - LEDs:1x system s

Re: [OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-22 Thread mail
HI, you mix spaces and tabs for indentation in DTS files. Those should have tab indentation. Other comments below. > -Original Message- > From: Robinson Wu [mailto:wurobin...@qq.com] > Sent: Sonntag, 21. Juli 2019 14:00 > To: openwrt-devel@lists.openwrt.org > Cc: Robinson Wu > Subject:

[OpenWrt-Devel] [PATCH] ramips: add support to JS7628 development board

2019-07-21 Thread Robinson Wu via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- This commit adds support for the Z