On 26/03/2023 16:57, Krzysztof Kozlowski wrote: > Panel does not have children with unit-addresses thus address/size-cells > are not valid: > > panel@0: '#address-cells', '#size-cells' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Reviewed-by: Caleb Connolly <caleb@xxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > index b01542d79ae2..0c268c560d37 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi > @@ -347,8 +347,6 @@ &dsi0 { > display_panel: panel@0 { > status = "disabled"; > > - #address-cells = <1>; > - #size-cells = <0>; > reg = <0>; > > vddio-supply = <&vreg_l14a_1p88>; > -- > 2.34.1 > -- Kind Regards, Caleb