On Tue, 2025-11-25 at 11:35 -0600, David Lechner wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > > Change mt8365_evk_defconfig to use CONFIG_OF_UPSTREAM=y and delete > the > U-Boot copy of the devicetree source files for mt8365. > > The upstream devicetree is identical to the U-Boot one being removed > (other than having more nodes for devices not used by U-Boot and > upstream fixed a compatible string in &scpsys, also not affecting > U-Boot). > > There was one minor glitch with upstream missing a few topckgen macro > definitions, so those are added to the clock driver directly as a > workaround. > > Signed-off-by: David Lechner <[email protected]> > --- > arch/arm/dts/mt8365-evk.dts | 418 ------------ > arch/arm/dts/mt8365.dtsi | 840 -------------- > ---------- > board/mediatek/mt8365_evk/MAINTAINERS | 1 - > configs/mt8365_evk_defconfig | 3 +- > drivers/clk/mediatek/clk-mt8365.c | 4 + > include/dt-bindings/clock/mediatek,mt8365-clk.h | 375 ----------- > 6 files changed, 6 insertions(+), 1635 deletions(-) >
[snip..] Reviewed-by: Macpaul Lin <[email protected]> Thanks Macpaul Lin

