Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaa03e42 authored by Vignesh R's avatar Vignesh R Committed by Tony Lindgren
Browse files

ARM: dts: am335x-icev2: Add DT node for TI PCA9536



AM335x ICE board has a TI PCA9536 chip connected to I2C0 at address
0x41. Add DT entry for the same.

Signed-off-by: default avatarVignesh R <vigneshr@ti.com>
Acked-by: default avatarKristofer Martinez <Kristofer.S.Martinez@gmail.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f80bc97f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -206,6 +206,13 @@
		gpio-controller;
		#gpio-cells = <2>;
	};

	pca9536: gpio@41 {
		compatible = "ti,pca9536";
		reg = <0x41>;
		gpio-controller;
		#gpio-cells = <2>;
	};
};

#include "tps65910.dtsi"