From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH 0/3] arm64: apq8016-sbc: Enable regulators for ADV7533 Date: Wed, 31 Aug 2016 16:22:07 +0530 Message-ID: <1472640730-24326-1-git-send-email-architt@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:40723 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759934AbcHaKwP (ORCPT ); Wed, 31 Aug 2016 06:52:15 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: andy.gross@linaro.org, robh@kernel.org Cc: linux-arm-msm@vger.kernel.org, Archit Taneja The patch below added regulator supplies to the ADV533 HDMI bridge on the DB410c, but the corresponding DT binding doc wasn't updated to list them: https://patchwork.kernel.org/patch/9180609/ The first patch adds the props to the binding docs. The second patch updates the drm bridge driver to enable these regulators. The third patch updates the regulator supply voltages as needed by the HDMI bridge. Archit Taneja (3): dt-bindings: drm/bridge: adv7511: Add regulators for ADV7533 drm/bridge: adv7533: Initialize regulators arm64: dts: apq8016-sbc: Set up LDO2, LDO6 and LDO17 regulator voltage ranges .../bindings/display/bridge/adi,adv7511.txt | 6 +++ arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 12 +++--- drivers/gpu/drm/bridge/adv7511/adv7511.h | 16 ++++++++ drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 34 +++++++++++----- drivers/gpu/drm/bridge/adv7511/adv7533.c | 45 ++++++++++++++++++++++ 5 files changed, 98 insertions(+), 15 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation