[PATCH v2 4/4] arm64: dts: exynos: gs101-oriole: enable Maxim max77759 fuel gauge
Thomas Antoine
t.antoine at uclouvain.be
Fri Jan 10 07:42:14 PST 2025
[...]
>> @@ -90,6 +91,15 @@ eeprom: eeprom at 50 {
>> &hsi2c_12 {
>> status = "okay";
>> /* TODO: add th
>> + fuel-gauge at 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
More information about the linux-arm-kernel
mailing list