Allwinner clock changes for 6.13
- Added sigma-delta modulation settings for audio PLL on the H616 SoC,
crucial for accurate audio reproduction
- Constified |struct ccu_reset_map| throughout the sunxi-ng clk drivers
- Fixed the audio PLL divider preset on the D1 SoC
- Switched to of_property_present() for checking DT property presence
clk: sunxi-ng: Use of_property_present() for non-boolean properties
The use of of_property_read_bool() for non-boolean properties is
deprecated in favor of of_property_present() when testing for property
presence.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20241104190455.272527-1-robh@kernel.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 file changed