Skip to content

Commit a8a0bc8

Browse files
mairacanalHans Verkuil
authored andcommitted
dt-bindings: media: s5c73m3: Fix reset-gpio descriptor
The reset-gpios is described as xshutdown-gpios on the required properties, as it is on the driver. Despite that, the device tree example set the property 'reset-gpios' instead of the property 'xshutdown-gpios'. Therefore, this patch updates the example to match the property specified on the driver. Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Maíra Canal <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent e895d62 commit a8a0bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/media/samsung-s5c73m3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ i2c@138a000000 {
7676
clock-frequency = <24000000>;
7777
clocks = <&clk 0>;
7878
clock-names = "cis_extclk";
79-
reset-gpios = <&gpf1 3 1>;
79+
xshutdown-gpios = <&gpf1 3 1>;
8080
standby-gpios = <&gpm0 1 1>;
8181
port {
8282
s5c73m3_ep: endpoint {

0 commit comments

Comments
 (0)