On Tue, Nov 15, 2022 at 10:51:32AM +0000, Prabhakar wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > Hi All, > > This patch series aims to enable support for below blocks > on RZ/Five SoC/SMARC EVK: > - ADC > - CANFD > - I2C > - OPP > - Thermal Zones > - TSU > > Note, patches apply on top of [0]. > > [0] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git/log/?h=renesas-riscv-dt-for-v6.2 > > Cheers, > Prabhakar > > Lad Prabhakar (3): > riscv: Kconfig: Enable cpufreq kconfig menu > riscv: dts: renesas: r9a07g043f/rzfive-smarc-som: Enable > ADC/OPP/Thermal Zones/TSU > riscv: dts: renesas: rzfive-smarc: Enable CANFD/I2C I know ~nothing about your SoC so idk if the values are correct, but I did give it a go earlier to see if it did anything warning wise. Seeing that it didn't cause any I am curious - how come these didn't land in the original dts? Just waiting for driver stuff to land to support it? Anyway, no new warnings which is what I care about - I suppose that makes it an acked-by? Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Can include that tag if you like. Either way, nice to see some of the /delete-node/s etc being removed. Thanks, Conor. > > arch/riscv/Kconfig | 2 ++ > arch/riscv/boot/dts/renesas/r9a07g043f.dtsi | 2 ++ > .../boot/dts/renesas/rzfive-smarc-som.dtsi | 11 -------- > arch/riscv/boot/dts/renesas/rzfive-smarc.dtsi | 27 ------------------- > 4 files changed, 4 insertions(+), 38 deletions(-) > > -- > 2.25.1 >