Skip to content

Commit 4854e8b

Browse files
Inbaraj3krzk
authored andcommitted
dt-bindings: clock: exynosautov9: fix reference to CMU_FSYS1
Fix reference to CMU_FSYS1 mmc card clock to gout clock instead of dout. "gout" is output of a gate clock. Unlike any other clocks, the fsys1 mmc top clock does not have a divider, so it should be "mout -> gout" instead of "mout -> gout -> dout". This fixes make dtbs_check warning as shown below: arch/arm64/boot/dts/exynos/exynosautov9-sadk.dtb: clock-controller@17040000: clock-names:2: 'dout_clkcmu_fsys1_mmc_card' was expected Fixes: 4b6ec8d ("dt-bindings: clock: exynosautov9: add schema for cmu_fsys0/1") Reviewed-by: Chanho Park <[email protected]> Signed-off-by: Inbaraj E <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent ef80c95 commit 4854e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/clock/samsung,exynosautov9-clock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ allOf:
148148
items:
149149
- const: oscclk
150150
- const: dout_clkcmu_fsys1_bus
151-
- const: dout_clkcmu_fsys1_mmc_card
151+
- const: gout_clkcmu_fsys1_mmc_card
152152
- const: dout_clkcmu_fsys1_usbdrd
153153

154154
- if:

0 commit comments

Comments
 (0)