diff mbox series

[2/2] dt-bindings: media: s5c73m3: Fix reset-gpio descriptor

Message ID 20220429123740.147703-3-maira.canal@usp.br (mailing list archive)
State New, archived
Headers show
Series media: s5c73m3: Update gpio interface and documentation | expand

Commit Message

Maíra Canal April 29, 2022, 12:37 p.m. UTC
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.

Signed-off-by: Maíra Canal <maira.canal@usp.br>
---
 Documentation/devicetree/bindings/media/samsung-s5c73m3.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski April 29, 2022, 8:55 p.m. UTC | #1
On 29/04/2022 14:37, Maíra Canal wrote:
> 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.
> 
> Signed-off-by: Maíra Canal <maira.canal@usp.br>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt b/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt
index 21f31fdf5543..f0ea9adad442 100644
--- a/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt
+++ b/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt
@@ -76,7 +76,7 @@  i2c@138a000000 {
 		clock-frequency = <24000000>;
 		clocks = <&clk 0>;
 		clock-names = "cis_extclk";
-		reset-gpios = <&gpf1 3 1>;
+		xshutdown-gpios = <&gpf1 3 1>;
 		standby-gpios = <&gpm0 1 1>;
 		port {
 			s5c73m3_ep: endpoint {