Commit 1f1c4940 authored by Joel Selvaraj's avatar Joel Selvaraj Committed by Bjorn Andersson

arm64: dts: qcom: sdm845-xiaomi-beryllium: fix typo in panel's vddio-supply property

vddio is misspelled with a "0" instead of "o". Fix it.
Signed-off-by: default avatarJoel Selvaraj <jo@jsfamily.in>
Reviewed-by: default avatarCaleb Connolly <caleb@connolly.tech>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/BY5PR02MB7009901651E6A8D5ACB0425ED91F9@BY5PR02MB7009.namprd02.prod.outlook.com
parent 84b6c242
...@@ -218,7 +218,7 @@ &dsi0 { ...@@ -218,7 +218,7 @@ &dsi0 {
panel@0 { panel@0 {
compatible = "tianma,fhd-video"; compatible = "tianma,fhd-video";
reg = <0>; reg = <0>;
vddi0-supply = <&vreg_l14a_1p8>; vddio-supply = <&vreg_l14a_1p8>;
vddpos-supply = <&lab>; vddpos-supply = <&lab>;
vddneg-supply = <&ibb>; vddneg-supply = <&ibb>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment