Skip to content

Commit cf03c69

Browse files
committed
ARM: dts: sun7i: Drop the module clock from the device tree
What we thought would be the module clock is actually the clock meant to be used by the sensors, and play no role in the CSI controller. Now that the binding has been updated to reflect that, let's update the device tree too. Fixes: d2b9c64 ("ARM: dts: sun7i: Add CSI0 controller") Reported-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Maxime Ripard <[email protected]>
1 parent 90b3226 commit cf03c69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arch/arm/boot/dts/sun7i-a20.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,8 @@
380380
compatible = "allwinner,sun7i-a20-csi0";
381381
reg = <0x01c09000 0x1000>;
382382
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
383-
clocks = <&ccu CLK_AHB_CSI0>, <&ccu CLK_CSI0>,
384-
<&ccu CLK_CSI_SCLK>, <&ccu CLK_DRAM_CSI0>;
385-
clock-names = "bus", "mod", "isp", "ram";
383+
clocks = <&ccu CLK_AHB_CSI0>, <&ccu CLK_CSI_SCLK>, <&ccu CLK_DRAM_CSI0>;
384+
clock-names = "bus", "isp", "ram";
386385
resets = <&ccu RST_CSI0>;
387386
status = "disabled";
388387
};

0 commit comments

Comments
 (0)