Hi, On 24-11-11, Frank Li wrote: > Add temp-sensor nxp,p3t1085 for imx93-9x9-qsb boards. > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > change from v1 to v3 > - none > --- > arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts b/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts > index 20ec5b3c21f42..36f2995acbe29 100644 > --- a/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts > +++ b/arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts > @@ -221,6 +221,11 @@ wm8962: audio-codec@1a { > >; > }; > > + p3t1085: temperature-sensor@48 { > + compatible = "nxp,p3t1085"; > + reg = <0x48>; > + }; Out of curiosity, did you tested that the I3C is working on a real device, since you added the node here as I2C device? If not, please skip adding the I3C part and keep it as TODO for later. Regards, Marco > ptn5110: tcpc@50 { > compatible = "nxp,ptn5110", "tcpci"; > reg = <0x50>; > > -- > 2.34.1 > > >