Skip to content

Commit 90b3226

Browse files
committed
dt-bindings: media: sun4i-csi: Drop the module clock
It turns out that what was thought to be the module clock was actually the clock meant to be used by the sensor, and isn't playing any role with the CSI controller itself. Let's drop that clock from our binding. Fixes: c5e8f4c ("media: dt-bindings: media: Add Allwinner A10 CSI binding") Reported-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent e1056f9 commit 90b3226

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ properties:
2727
clocks:
2828
items:
2929
- description: The CSI interface clock
30-
- description: The CSI module clock
3130
- description: The CSI ISP clock
3231
- description: The CSI DRAM clock
3332

3433
clock-names:
3534
items:
3635
- const: bus
37-
- const: mod
3836
- const: isp
3937
- const: ram
4038

@@ -89,9 +87,8 @@ examples:
8987
compatible = "allwinner,sun7i-a20-csi0";
9088
reg = <0x01c09000 0x1000>;
9189
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
92-
clocks = <&ccu CLK_AHB_CSI0>, <&ccu CLK_CSI0>,
93-
<&ccu CLK_CSI_SCLK>, <&ccu CLK_DRAM_CSI0>;
94-
clock-names = "bus", "mod", "isp", "ram";
90+
clocks = <&ccu CLK_AHB_CSI0>, <&ccu CLK_CSI_SCLK>, <&ccu CLK_DRAM_CSI0>;
91+
clock-names = "bus", "isp", "ram";
9592
resets = <&ccu RST_CSI0>;
9693
9794
port {

0 commit comments

Comments
 (0)