mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
arm64: dts: renesas: rzg3s-smarc: Enable I2C1 and connected power monitor
Enable I2C1 for the carrier board and the connected power monitor ISL28022. Limit the bus speed to the maximum the power monitor supports. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Tested-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://lore.kernel.org/20241120085345.24638-2-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
08811b984f
commit
a62727cf33
@@ -75,6 +75,19 @@ &i2c0 {
|
||||
clock-frequency = <1000000>;
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
|
||||
clock-frequency = <400000>;
|
||||
|
||||
power-monitor@44 {
|
||||
compatible = "renesas,isl28022";
|
||||
reg = <0x44>;
|
||||
shunt-resistor-micro-ohms = <8000>;
|
||||
renesas,average-samples = <32>;
|
||||
};
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
key-1-gpio-hog {
|
||||
gpio-hog;
|
||||
|
||||
Reference in New Issue
Block a user