Message ID | 20240911073337.90577-2-quic_sibis@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | X1E001DE Snapdragon Devkit for Windows | expand |
On 9/11/2024 12:33 AM, Sibi Sankar wrote: > X1E001DE is the speed binned variant of X1E80100 that supports turbo > boost up to 4.3 Ghz. if you respin, s/Ghz/GHz/ > > Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 5cb54d69af0b..6a8fc031e51f 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -1049,6 +1049,12 @@ properties: > - qcom,sm8650-qrd > - const: qcom,sm8650 > > + - items: > + - enum: > + - qcom,x1e001de-devkit > + - const: qcom,x1e001de > + - const: qcom,x1e80100 > + > - items: > - enum: > - lenovo,thinkpad-t14s
On Wed, 11 Sep 2024 13:03:36 +0530, Sibi Sankar wrote: > X1E001DE is the speed binned variant of X1E80100 that supports turbo > boost up to 4.3 Ghz. > > Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On 9/11/24 21:14, Jeff Johnson wrote: > On 9/11/2024 12:33 AM, Sibi Sankar wrote: >> X1E001DE is the speed binned variant of X1E80100 that supports turbo >> boost up to 4.3 Ghz. > > if you respin, s/Ghz/GHz/ Thanks for taking time to review the series. Will fix it in the next re-spin. -Sibi > >> >> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml >> index 5cb54d69af0b..6a8fc031e51f 100644 >> --- a/Documentation/devicetree/bindings/arm/qcom.yaml >> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml >> @@ -1049,6 +1049,12 @@ properties: >> - qcom,sm8650-qrd >> - const: qcom,sm8650 >> >> + - items: >> + - enum: >> + - qcom,x1e001de-devkit >> + - const: qcom,x1e001de >> + - const: qcom,x1e80100 >> + >> - items: >> - enum: >> - lenovo,thinkpad-t14s >
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 5cb54d69af0b..6a8fc031e51f 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1049,6 +1049,12 @@ properties: - qcom,sm8650-qrd - const: qcom,sm8650 + - items: + - enum: + - qcom,x1e001de-devkit + - const: qcom,x1e001de + - const: qcom,x1e80100 + - items: - enum: - lenovo,thinkpad-t14s
X1E001DE is the speed binned variant of X1E80100 that supports turbo boost up to 4.3 Ghz. Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+)