
On Mon, May 08, 2017 at 10:56:53AM -0500, Alex Elder wrote:
On 05/08/2017 10:20 AM, Tom Rini wrote:
On Mon, May 08, 2017 at 05:15:56PM +0200, Jorge Ramirez-Ortiz wrote:
[PATCHv3 1/5] ARM64: dts: hi3798cv200-poplar: add device tree bindings [PATCHv3 2/5] ARM64: dts: poplar: add usb-ehci node [PATCHv3 3/5] ARM64: dts: poplar: add clock frequency to the console
So, let me try differently. When is the board DT going into Linux directly (well, likely anyhow). v4.12? Or later? Also, are you adding
It will land in Linux in 4.12. It's now in for-next in the arm-soc tree. 2f20182ed670 arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board b96df86307c5 dt-bindings: arm: hisilicon: add bindings for hi3798cv200 SoC and P oplar board It is not present yet in Linus' master branch.
I have verified that the files include here: [PATCHv3 1/5] ARM64: dts: hi3798cv200-poplar: add device tree bindings are identical to those found in the arm-soc tree for-next branch.
OK, but what about enabling USB/UART? Are those nodes also enabled in what'll be in 4.12? My overall concern here is that we don't need anything U-Boot centric in the dts file, and want to be able to drop in future updates as a simple drop-in. Thanks again!