From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbe@pengutronix.de (=?iso-8859-1?q?J=FCrgen_Borleis?=) Date: Mon, 4 May 2015 15:51:26 +0200 Subject: [PATCH V2 4/6] DT: add binding for mxs on-chip regulators In-Reply-To: <1430346747-28728-5-git-send-email-stefan.wahren@i2se.com> References: <1430346747-28728-1-git-send-email-stefan.wahren@i2se.com> <1430346747-28728-5-git-send-email-stefan.wahren@i2se.com> Message-ID: <201505041551.26355.jbe@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Stefan, for the i.MX23 the regulator daisy chain looks a little bit different: +------------+ ? ? VDD5V ?+---------+ ?VDDIO | DC-DC ? ? ?| ? +--------> LINREG ?+--------->+ | ? ? ? ? ? ?| ? ? ? ? ? ?| VDDIO ? | ? ? ? ? ?| | ? ? ? ? ? ?| ? ? ? ? ? ?+---------+ ? ? ? ? ?| | DCDC_VDDIO +->-+-----------------------------+ | ? ? ? ? ? ?| ? | | | | VDDIO +---------+ VDDMEM | | +--------> LINREG +---------> | | | | VDDMEM | | | | +---------+ | ? ? ? ? ? ?| ? | VDDIO ?+---------+ ?VDDA | ? ? ? ? ? ?| ? +--------> LINREG ?+--------->+ | ? ? ? ? ? ?| ? ? ? ? ?| VDDA ? ?| ? ? ? ? ?| | ? ? ? ? ? ?| ? ? ? ? ?+---------+ ? ? ? ? ?| | DCDC_VDDA +->-+-----------------------------+ | ? ? ? ? ? ?| ? | VDDA ? +---------+ ?VDDD | ? ? ? ? ? ?| ? +--------> LINREG ?+--------->+ | ? ? ? ? ? ?| ? ? ? ? ? ?| VDDD ? ?| ? ? ? ? ?| | ? ? ? ? ? ?| ? ? ? ? ? ?+---------+ ? ? ? ? ?| | DCDC_VDDD ?+->-------------------------------+ +------------+ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? v Regards, Juergen