[PATCH v4 1/4] dt-bindings: clock: add ExynosAuto v920 SoC CMU bindings

Krzysztof Kozlowski krzk at kernel.org
Wed Jul 24 23:21:00 PDT 2024


On 25/07/2024 05:03, sunyeal.hong wrote:

> - dts
> cmu_misc: clock-controller at 10020000 {
> 	compatible = "samsung,exynosautov920-cmu-misc";
> 	reg = <0x10020000 0x8000>;
> 	#clock-cells = <1>;
> 
> 	clocks = <&xtcxo>,
> 		 <&cmu_top DOUT_CLKCMU_MISC_NOC>;
> 	clock-names = "oscclk",
> 		      "noc";
> };
> 
> In this case, can you tell me how to handle it?
> And if a new clock item is added and a new cmu block uses only the clock item added and oscclk, a problem may occur.

The same problem was in your original version, so why suddenly it appeared?

Anyway, why clock would be missing? You just wrote in the bindings that
there is such input clock.

Best regards,
Krzysztof




More information about the linux-arm-kernel mailing list