Message ID | 20230326155753.92007-9-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 9f3c858ecde007b147491d5f9d19484090fbe3b7 |
Headers | show |
Series | [01/11] arm64: dts: qcom: sdm845-cheza: use just "port" in Innolux panel | expand |
On 26/03/2023 18: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@linaro.org> > --- > arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
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@linaro.org> Reviewed-by: Caleb Connolly <caleb@connolly.tech> > --- > 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
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>;
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@linaro.org> --- arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 2 -- 1 file changed, 2 deletions(-)