
On Mon, May 08, 2017 at 08:36:28PM +0200, Jorge Ramirez wrote:
On 05/08/2017 07:29 PM, Tom Rini wrote:
On Mon, May 08, 2017 at 06:36:43PM +0200, Jorge Ramirez-Ortiz wrote:
This port adds support for: 1) Serial 2) eMMC 3) USB
[snip]
arch/arm/dts/hi3798cv200.dtsi | 3 + arch/arm/dts/poplar-uboot.dtsi | 24 +++
[snip]
diff --git a/arch/arm/dts/hi3798cv200.dtsi b/arch/arm/dts/hi3798cv200.dtsi index 75865f8..caa17de 100644 --- a/arch/arm/dts/hi3798cv200.dtsi +++ b/arch/arm/dts/hi3798cv200.dtsi @@ -409,3 +409,6 @@ }; }; };
+#include "poplar-uboot.dtsi"
NAK, that's not the mechanism, we have one that will automatically include the right file. IF it's needed.
yeah I thought so...still what about what is being done for the dragonboard? (that is what misled me really) seems to me that board needs fixing as well...
Yes, patches welcome ;) Seriously tho, yes, dragonboard is a bad example here, along with some exynos and broadcom parts, and should be corrected. I'd appreciate a patch there.