On 18.02.2018 21:03, Andreas Färber wrote: > Am 18.02.2018 um 18:01 schrieb Dmitry Osipenko: >> Add device tree node for the Video Decoder Engine found on Tegra30 SoC's. >> >> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> >> --- >> arch/arm/boot/dts/tegra30.dtsi | 27 +++++++++++++++++++++++++++ >> 1 file changed, 27 insertions(+) >> >> diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi >> index 1fb0c421a9d8..8ae72ffe0048 100644 >> --- a/arch/arm/boot/dts/tegra30.dtsi >> +++ b/arch/arm/boot/dts/tegra30.dtsi >> @@ -17,6 +17,11 @@ >> #address-cells = <1>; >> #size-cells = <1>; >> ranges = <0 0x40000000 0x40000>; >> + >> + vde_pool: vde { >> + reg = <0x400 0x3fc00>; > > vde@400 then, to avoid dtc warnings. Indeed by default kernels DTC silences such warnings, thank you for the suggestion. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html