Skip to content

Commit 33e9032

Browse files
stephan-ghandersson
authored andcommitted
arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators
Add the missing regulator supplies to the ADV7533 HDMI bridge to fix the following dtbs_check warnings. They are all also supplied by pm8916_l6 so there is no functional difference. apq8016-sbc.dtb: bridge@39: 'dvdd-supply' is a required property apq8016-sbc.dtb: bridge@39: 'pvdd-supply' is a required property apq8016-sbc.dtb: bridge@39: 'a2vdd-supply' is a required property from schema display/bridge/adi,adv7533.yaml Fixes: 28546b0 ("arm64: dts: apq8016-sbc: Add HDMI display support") Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230922-db410c-adv7533-regulators-v1-1-68aba71e529b@gerhold.net Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 4d8b5d7 commit 33e9032

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/qcom/apq8016-sbc.dts

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@
172172
pd-gpios = <&tlmm 32 GPIO_ACTIVE_HIGH>;
173173

174174
avdd-supply = <&pm8916_l6>;
175+
a2vdd-supply = <&pm8916_l6>;
176+
dvdd-supply = <&pm8916_l6>;
177+
pvdd-supply = <&pm8916_l6>;
175178
v1p2-supply = <&pm8916_l6>;
176179
v3p3-supply = <&pm8916_l17>;
177180

0 commit comments

Comments
 (0)