Message ID | 20191031111645.34777-2-kholk11@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MSM8976/56 Sony Xperia Loire (X/XCompact) smartphones | expand |
On Thu, 31 Oct 2019 12:16:41 +0100, kholk11@gmail.com wrote: > From: AngeloGioacchino Del Regno <kholk11@gmail.com> > > Some PMICs, like PMI8950, feature two ADCs, at 0x43 and 0x44, > respectively used for USB D+ and USB D- (DP/DM): add the definition > for them as VADC_USB_DP and VADC_USB_DM. > > Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com> > --- > include/dt-bindings/iio/qcom,spmi-vadc.h | 3 +++ > 1 file changed, 3 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
Il giorno mar 5 nov 2019 alle ore 19:42 Rob Herring <robh@kernel.org> ha scritto: > > On Thu, 31 Oct 2019 12:16:41 +0100, kholk11@gmail.com wrote: > > From: AngeloGioacchino Del Regno <kholk11@gmail.com> > > > > Some PMICs, like PMI8950, feature two ADCs, at 0x43 and 0x44, > > respectively used for USB D+ and USB D- (DP/DM): add the definition > > for them as VADC_USB_DP and VADC_USB_DM. > > > > Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com> > > --- > > include/dt-bindings/iio/qcom,spmi-vadc.h | 3 +++ > > 1 file changed, 3 insertions(+) > > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. I'm sorry, that wasn't intentional. Nothing changed in this patch.
diff --git a/include/dt-bindings/iio/qcom,spmi-vadc.h b/include/dt-bindings/iio/qcom,spmi-vadc.h index 61d556db1542..c4c3914d831c 100644 --- a/include/dt-bindings/iio/qcom,spmi-vadc.h +++ b/include/dt-bindings/iio/qcom,spmi-vadc.h @@ -72,6 +72,9 @@ #define VADC_AMUX_PU2 0x3b #define VADC_LR_MUX3_BUF_XO_THERM 0x3c +#define VADC_USB_DP 0x43 +#define VADC_USB_DM 0x44 + #define VADC_LR_MUX1_PU1_BAT_THERM 0x70 #define VADC_LR_MUX2_PU1_BAT_ID 0x71 #define VADC_LR_MUX3_PU1_XO_THERM 0x72