Skip to content

Commit 9da2bf3

Browse files
Alain VolmatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add required supplies of ov5640 in stm32mp157c-ev1
Correct the following warnings by adding the required supplies (AVDD, DVDD) for the ov5640 node. arch/arm/boot/dts/stm32mp157c-ev1.dtb: camera@3c: 'AVDD-supply' is a required property From schema: Documentation/devicetree/bindings/media/i2c/ovti,ov5640.yaml arch/arm/boot/dts/stm32mp157c-ev1.dtb: camera@3c: 'DVDD-supply' is a required property From schema: Documentation/devicetree/bindings/media/i2c/ovti,ov5640.yaml Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 9bcfc3c commit 9da2bf3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/stm32mp157c-ev1.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@
190190
reg = <0x3c>;
191191
clocks = <&clk_ext_camera>;
192192
clock-names = "xclk";
193+
AVDD-supply = <&v2v8>;
193194
DOVDD-supply = <&v2v8>;
195+
DVDD-supply = <&v2v8>;
194196
powerdown-gpios = <&stmfx_pinctrl 18 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL)>;
195197
reset-gpios = <&stmfx_pinctrl 19 (GPIO_ACTIVE_LOW | GPIO_PUSH_PULL)>;
196198
rotation = <180>;

0 commit comments

Comments
 (0)