Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Remove usage of deprecated skeleton.dtsi

Remove the usage of skeleton.dtsi because it was deprecated since commit
9c0da3cc61f1 ("ARM: dts: explicitly mark skeleton.dtsi as deprecated").
It also allows later to fix DTC warnings for missing unit name in
/memory nodes.

Compiled DTBs are the same as before this commit.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
f48ba1ae 700253e7

+26 -8
+6 -2
arch/arm/boot/dts/tegra114.dtsi
··· 5 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 7 8 - #include "skeleton.dtsi" 9 - 10 8 / { 11 9 compatible = "nvidia,tegra114"; 12 10 interrupt-parent = <&lic>; 11 + #address-cells = <1>; 12 + #size-cells = <1>; 13 + 14 + memory { 15 + device_type = "memory"; 16 + }; 13 17 14 18 host1x@50000000 { 15 19 compatible = "nvidia,tegra114-host1x", "simple-bus";
+4 -2
arch/arm/boot/dts/tegra124.dtsi
··· 7 7 #include <dt-bindings/reset/tegra124-car.h> 8 8 #include <dt-bindings/thermal/tegra124-soctherm.h> 9 9 10 - #include "skeleton.dtsi" 11 - 12 10 / { 13 11 compatible = "nvidia,tegra124"; 14 12 interrupt-parent = <&lic>; 15 13 #address-cells = <2>; 16 14 #size-cells = <2>; 15 + 16 + memory { 17 + device_type = "memory"; 18 + }; 17 19 18 20 pcie@1003000 { 19 21 compatible = "nvidia,tegra124-pcie";
+6 -2
arch/arm/boot/dts/tegra20.dtsi
··· 5 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 7 8 - #include "skeleton.dtsi" 9 - 10 8 / { 11 9 compatible = "nvidia,tegra20"; 12 10 interrupt-parent = <&lic>; 11 + #address-cells = <1>; 12 + #size-cells = <1>; 13 + 14 + memory { 15 + device_type = "memory"; 16 + }; 13 17 14 18 iram@40000000 { 15 19 compatible = "mmio-sram";
+4
arch/arm/boot/dts/tegra30-apalis.dtsi
··· 10 10 model = "Toradex Apalis T30"; 11 11 compatible = "toradex,apalis_t30", "nvidia,tegra30"; 12 12 13 + memory { 14 + reg = <0 0>; 15 + }; 16 + 13 17 pcie@3000 { 14 18 avdd-pexa-supply = <&vdd2_reg>; 15 19 vdd-pexa-supply = <&vdd2_reg>;
+6 -2
arch/arm/boot/dts/tegra30.dtsi
··· 5 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 7 8 - #include "skeleton.dtsi" 9 - 10 8 / { 11 9 compatible = "nvidia,tegra30"; 12 10 interrupt-parent = <&lic>; 11 + #address-cells = <1>; 12 + #size-cells = <1>; 13 + 14 + memory { 15 + device_type = "memory"; 16 + }; 13 17 14 18 pcie@3000 { 15 19 compatible = "nvidia,tegra30-pcie";