[linux-sunxi] Re: [Buildroot] [PATCH v5 00/11] board: Add Allwinner A64/H5 boards

2017-11-09 Thread Jagan Teki
On Mon, Nov 6, 2017 at 3:18 PM, Thomas Petazzoni wrote: > Hello, > > On Mon, 6 Nov 2017 15:09:14 +0530, Jagan Teki wrote: > >> > Jagan Teki (11): >> > arm-trusted-firmware: Build FIP for BL33 >> > uboot: Add U-Boot-bundles-ATF support >> > board: Add Bananapi M64 support >> > board: Add Pi

[linux-sunxi] Re: [PATCH v2 2/2] ARM: sun8i: bananapi-m3: Enable dwmac-sun8i

2017-11-09 Thread Corentin Labbe
On Fri, Nov 10, 2017 at 11:48:11AM +0800, Chen-Yu Tsai wrote: > On Thu, Nov 9, 2017 at 4:29 PM, Corentin Labbe > wrote: > > The dwmac-sun8i hardware is present on the bananapi m3 > > It uses an external PHY rtl8211e via RGMII. > > > > This patch create the needed emac and phy nodes. > > > > Signed

[linux-sunxi] Re: [PATCH v2 2/2] ARM: sun8i: bananapi-m3: Enable dwmac-sun8i

2017-11-09 Thread Chen-Yu Tsai
On Thu, Nov 9, 2017 at 4:29 PM, Corentin Labbe wrote: > The dwmac-sun8i hardware is present on the bananapi m3 > It uses an external PHY rtl8211e via RGMII. > > This patch create the needed emac and phy nodes. > > Signed-off-by: Corentin Labbe > --- > arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts

[linux-sunxi] Re: [PATCH v2 0/2] Add dwmac-sun8i on A83T DT

2017-11-09 Thread Chen-Yu Tsai
On Thu, Nov 9, 2017 at 4:29 PM, Corentin Labbe wrote: > Hello > > This patch series add some device node for dwmac-sun8i on A83T. > > Changes since v1: > - reworked commit log of patch #1 > - added comment on drive strength > > Corentin Labbe (2): > ARM: sun8i: a83t: add dwmac-sun8i device node

[linux-sunxi] Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-09 Thread Icenowy Zheng
在 2017-11-08 18:56,Maxime Ripard 写道: Hi, On Tue, Nov 07, 2017 at 05:38:55PM +0100, Giulio Benetti wrote: Board could be any with A20, for example Olinuxino A20. Or our Q027, S027 boards, but final dts still are not complete. Therefore no upstream boards are using it right now, so we'll merge

[linux-sunxi] Re: [PATCH] sunxi: lower the DRAM frequency of Nano Pi NEO2 to 504MHz

2017-11-09 Thread Thomas Kaiser
Am Donnerstag, 2. November 2017 14:59:57 UTC+1 schrieb Maxime Ripard: > On Thu, Nov 02, 2017 at 11:36:52AM +0800, Icenowy Zheng wrote: > > The BSP of Nano Pi NEO2 provided by FriendlyARM uses 504MHz DRAM > > frequency, which is much lower than the current 672MHz used in > > mainline. > > > >

Re: [linux-sunxi] Re: [PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support

2017-11-09 Thread Chris Obbard
Hi Everyone, What's the status of HDMI/SimpleFB driver for H5? I don't see anything related to HDMI in linux-next dts files: arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts (example board) arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi arch/arm/boot/dts/sunxi-h3-h5.dtsi On 6 November 20

Re: [linux-sunxi] Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-09 Thread Chris Obbard
Hi Giulio, If the board is available to buy, for general public use, then I think YES it should go in as a separate DTS ;-). Cheers! On 7 November 2017 at 13:19, Giulio Benetti wrote: > As publicly available what do you mean? > Need schematics and gerbers? > Or that is possible to buy it onlin

Re: [linux-sunxi] Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-09 Thread Chris Obbard
I'd say no, do not merge if hardware is not publicly available, make a separate DTS in your separate Tree that extends the board you are closest to with your custom changes. Cheers! On 7 November 2017 at 13:13, Giulio Benetti wrote: > It's a custom board of my Company. > Its complete dts is not

Re: [linux-sunxi] Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-09 Thread Chris Obbard
Hi Giulio, Sounds good to me. I guess you are developing using the Olimex Lime board, in which case the DTS patch is useless to anyone else? Cheers! On 7 November 2017 at 13:27, Giulio Benetti wrote: > Sure, > > that is the idea. > Here is one of the boards: > http://www.micronovasrl.com/en/q

Re: [linux-sunxi] Re: [PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support

2017-11-09 Thread Maxime Ripard
On Thu, Nov 09, 2017 at 11:17:03AM +, Chris Obbard wrote: > Hi Everyone, > > What's the status of HDMI/SimpleFB driver for H5? > > I don't see anything related to HDMI in linux-next dts files: > > arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts  (example board) > arch/arm64/boot/dts

[linux-sunxi] [PATCH v2 1/2] ARM: sun8i: a83t: add dwmac-sun8i device node

2017-11-09 Thread Corentin Labbe
The dwmac-sun8i is an ethernet MAC hardware that support 10/100/1000 speed. This patch add support for it on the Allwinner a83t SoC Device-tree. This patch add the emac device node and the related RGMII pins node. Signed-off-by: Corentin Labbe Reviewed-by: Chen-Yu Tsai --- arch/arm/boot/dts/su

[linux-sunxi] [PATCH v2 0/2] Add dwmac-sun8i on A83T DT

2017-11-09 Thread Corentin Labbe
Hello This patch series add some device node for dwmac-sun8i on A83T. Changes since v1: - reworked commit log of patch #1 - added comment on drive strength Corentin Labbe (2): ARM: sun8i: a83t: add dwmac-sun8i device node ARM: sun8i: bananapi-m3: Enable dwmac-sun8i arch/arm/boot/dts/sun8i-

[linux-sunxi] [PATCH v2 2/2] ARM: sun8i: bananapi-m3: Enable dwmac-sun8i

2017-11-09 Thread Corentin Labbe
The dwmac-sun8i hardware is present on the bananapi m3 It uses an external PHY rtl8211e via RGMII. This patch create the needed emac and phy nodes. Signed-off-by: Corentin Labbe --- arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts | 18 ++ 1 file changed, 18 insertions(+) diff --gi