Re: [PATCH v2 4/4] arm64: dts: exynos: gs101-oriole: enable Maxim max77759 fuel gauge

From: Thomas Antoine
Date: Fri Jan 10 2025 - 10:43:44 EST


[...]

>> @@ -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