On 17.06.2023 19:15, Krzysztof Kozlowski wrote: > The children of qcom,smp2p do not need address/size-cells: > > msm8939-sony-xperia-kanuti-tulip.dtb: smp2p-hexagon: slave-kernel: '#address-cells', '#size-cells' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/msm8939.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8939.dtsi b/arch/arm64/boot/dts/qcom/msm8939.dtsi > index 895cafc11480..05d8abbbc840 100644 > --- a/arch/arm64/boot/dts/qcom/msm8939.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8939.dtsi > @@ -386,8 +386,6 @@ hexagon_smp2p_in: slave-kernel { > > interrupt-controller; > #interrupt-cells = <2>; > - #address-cells = <0>; > - #size-cells = <0>; > }; > }; >