From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 12 Apr 2019 11:02:41 +0200 Subject: [U-Boot] [PATCH v2 1/1] video: backlight: Parse PWM polarity cell In-Reply-To: <20190412055627.6559-1-stefan@olimex.com> References: <20190412055627.6559-1-stefan@olimex.com> Message-ID: <20190412110241.20cbce82@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 12 Apr 2019 08:56:27 +0300 Stefan Mavrodiev stefan at olimex.com wrote: > This patch enables the reading of the polarity cell from a PWM > phandle and calls pwm_set_invert(). > > Not all platforms have polarity cell, so skip if it's not pressent. > > Signed-off-by: Stefan Mavrodiev Reviewed-by: Anatolij Gustschin