Message ID | 20220709131935.50708-2-mollysophia379@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v5,1/2] arm64: dts: qcom: Add support for Xiaomi Mi Mix2s | expand |
On Sat, Jul 09, 2022 at 09:19:35PM +0800, MollySophia wrote: > Add documentation for "xiaomi,polaris" device. > > Signed-off-by: MollySophia <mollysophia379@gmail.com> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 129cdd246223..80dff09bdc83 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -235,6 +235,11 @@ properties: > - xiaomi,lavender > - const: qcom,sdm660 > > + - items: > + - enum: > + - xiaomi,polaris > + - const: qcom,sdm845 I think there is now an entry for this as a bunch of missing compatibles have been added, so you will need to rebase on the qcom tree. Rob
On 09/07/2022 15:19, MollySophia wrote: > Add documentation for "xiaomi,polaris" device. > > Signed-off-by: MollySophia <mollysophia379@gmail.com> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 129cdd246223..80dff09bdc83 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -235,6 +235,11 @@ properties: > - xiaomi,lavender > - const: qcom,sdm660 > > + - items: > + - enum: > + - xiaomi,polaris > + - const: qcom,sdm845 I propose to rebase on: https://lore.kernel.org/all/20220524020411.GA2602849-robh@kernel.org/ or: https://lore.kernel.org/all/20220628092253.21905-1-krzysztof.kozlowski@linaro.org/ Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 129cdd246223..80dff09bdc83 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -235,6 +235,11 @@ properties: - xiaomi,lavender - const: qcom,sdm660 + - items: + - enum: + - xiaomi,polaris + - const: qcom,sdm845 + - items: - enum: - qcom,sdx55-mtp
Add documentation for "xiaomi,polaris" device. Signed-off-by: MollySophia <mollysophia379@gmail.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ 1 file changed, 5 insertions(+)