[...] >> @@ -90,6 +91,15 @@ eeprom: eeprom@50 { >> &hsi2c_12 { >> status = "okay"; >> /* TODO: add th >> + fuel-gauge@36 { >> + compatible = "maxim,max77759-fg"; >> + reg = <0x36>; >> + reg-names = "m5"; >> + shunt-resistor-micro-ohms = <5000>; >> + interrupt-parent = <&gpa9>; >> + interrupts = <3 IRQ_TYPE_LEVEL_LOW>; >> + }; > > The order of properties within a node should follow > Documentation/devicetree/bindings/dts-coding-style.rst > > In particular shunt-resistor-micro-ohms should come last in > this case. > > Cheers, > Andre' > Hi, Thank you, I will fix this. Best regards, Thomas