On Tue, Dec 17, 2019 at 01:23:38PM +0530, Dikshita Agarwal wrote: > This is a preparation gerrit to enable video node for sc7180. > This change depends on patch series Venus new features. > > Signed-off-by: Dikshita Agarwal <dikshita@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sc7180.dtsi | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi > index 52a5861..ccf9ef5 100644 > --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi > @@ -1297,6 +1297,34 @@ > > #freq-domain-cells = <1>; > }; > + > + venus: video-codec@aa00000 { Per convention nodes should be sorted by address, so this one should be between system-cache-controller@9200000 and thermal-sensor@c263000. If new nodes are always added to the end conflicts are virtually guaranteed, especially in the early phase of adding support for a SoC.