Quoting Rajendra Nayak (2019-11-05 22:50:09) > diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi > index 61250560c7ef..98c8ab7d613c 100644 > --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi > @@ -387,6 +388,24 @@ > status = "disabled"; > }; > }; > + > + apps_rsc: rsc@18200000 { The node name is non-standard. This has been a problem since sdm845 though so it would be nice if we can invent some new name for this that is standard at some point in the future. > + label = "apps_rsc"; Can we remove this property? The value seems minimal given that we can use the dev_name() and get the address in there instead of using a label.