09.12.2021 20:33, Thierry Reding пишет: > From: Thierry Reding <treding@xxxxxxxxxx> > > The DT schema requires that nodes representing thermal zones include a > "-thermal" suffix in their name. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi | 6 +++--- > arch/arm/boot/dts/tegra124-apalis.dtsi | 6 +++--- > arch/arm/boot/dts/tegra124-jetson-tk1.dts | 6 +++--- > arch/arm/boot/dts/tegra124.dtsi | 8 ++++---- > 4 files changed, 13 insertions(+), 13 deletions(-) Won't this break the soctherm driver? Looks like it relies on those names. Have you tested this?