
17 Nov
2016
17 Nov
'16
8:45 p.m.
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.
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.