
Hi Stephen,
On 17 November 2016 at 12:45, Stephen Warren swarren@wwwdotorg.org wrote:
On 11/16/2016 06:13 PM, Simon Glass wrote:
With the new device-tree rules it is possible to put device-tree changes needed by U-Boot into their own file. As an example of this approach, move Tegra over to use it.
Sounds like a good idea.
diff --git a/arch/arm/dts/tegra20-u-boot.dtsi b/arch/arm/dts/tegra20-u-boot.dtsi
+/ {
compatible = "nvidia,tegra20";
interrupt-parent = <&lic>;
I don't think either of those lines is specific to U-Boot.
Yes they should not be there - fixed in v6.
I'd expect to see more "U-Boot overlay" DTs than this; I recall there being more differences between U-Boot and kernel DTS files when I last sync'd the two.
Yes but most of those changes should be dropped. I did a partial sync a few months back but if you recall there were still differences. Is this something the Tegra maintainer might look at?
I don't want to immortalise those differences in a separate U-Boot file when really we should just get rid of them.
Regards, Simon