On Mon, Apr 06, 2020 at 08:03:34PM +0200, Clément Péron wrote: > > > --- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi > > > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi > > > @@ -253,6 +253,10 @@ > > > #address-cells = <1>; > > > #size-cells = <1>; > > > > > > + speedbin_efuse: speed@1c { > > > + reg = <0x1c 0x4>; > > > + }; > > > + > > > > You should order this by address, so after the THS calibration. Also, > > using a less generic node name than "speed" would be great. What about > > soc-bin ? > > Indeed it's too generic. > I will keep coherency with i.MX8 and use "cpu_speed_grade" It works for me, but remember that you can't use underscores :) Maxime