forked from kofal.net/zmk
fix(sensors): Avoid duplicate Kconfig/DTS name.
* Upstream added an equivalent fuel gauge driver, so namespace our Kconfig symbol and DTS compatible for the MAX17048 driver.
This commit is contained in:
committed by
Pete Johanson
parent
0b5afbf9c0
commit
bd9c71ab0a
@@ -7,6 +7,6 @@
|
||||
description: >
|
||||
This is a representation of the Maxim max17048 I2C Fuel Gauge.
|
||||
|
||||
compatible: "maxim,max17048"
|
||||
compatible: "zmk,maxim-max17048"
|
||||
|
||||
include: [i2c-device.yaml]
|
||||
Reference in New Issue
Block a user