Commit 39be9e84 authored by Jim Wright's avatar Jim Wright Committed by Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Add UCD90320 power sequencer



Change Rainier device tree to use UCD90320 chip and only bind driver to
port which excepts PMBus commands.

Signed-off-by: default avatarJim Wright <wrightj@linux.vnet.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 09fa16f0
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -352,18 +352,8 @@
&i2c8 {
	status = "okay";

	ucd90320@b {
		compatible = "ti,ucd90160";
		reg = <0x0b>;
	};

	ucd90320@c {
		compatible = "ti,ucd90160";
		reg = <0x0c>;
	};

	ucd90320@11 {
		compatible = "ti,ucd90160";
		compatible = "ti,ucd90320";
		reg = <0x11>;
	};