On 07/11/22 16:36, Jayesh Choudhary wrote:
This series removes the clock property from the rng node of K3 devices for TI SoCs as that clock is not dedicated to RNG module and it cannot be controlled by the rng driver. DT binding fix: <https://lore.kernel.org/all/20220901171041.32056-1-afd@xxxxxx/> Changelog v1 -> v2: - Update the commit description properly for each patch Jayesh Choudhary (3): arm64: dts: ti: k3-am65-main: drop RNG clock arm64: dts: ti: k3-j721e-main: drop RNG clock arm64: dts: ti: k3-am64-main: drop RNG clock arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 1 - arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 1 - arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 1 - 3 files changed, 3 deletions(-)
For the whole series, Reviewed-by: Manorit Chawdhry <m-chawdhry@xxxxxx>