Skip to content

Commit

Permalink
arm64: dts: qcom: sdm845-xiaomi-beryllium: fix typo in panel's vddio-…
Browse files Browse the repository at this point in the history
…supply property

[ Upstream commit 1f1c494 ]

vddio is misspelled with a "0" instead of "o". Fix it.

Signed-off-by: Joel Selvaraj <jo@jsfamily.in>
Reviewed-by: Caleb Connolly <caleb@connolly.tech>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/BY5PR02MB7009901651E6A8D5ACB0425ED91F9@BY5PR02MB7009.namprd02.prod.outlook.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Joel Selvaraj authored and gregkh committed Jun 9, 2022
1 parent b6267c8 commit 0c1342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts
Expand Up @@ -218,7 +218,7 @@
panel@0 {
compatible = "tianma,fhd-video";
reg = <0>;
vddi0-supply = <&vreg_l14a_1p8>;
vddio-supply = <&vreg_l14a_1p8>;
vddpos-supply = <&lab>;
vddneg-supply = <&ibb>;

Expand Down

0 comments on commit 0c1342e

Please sign in to comment.