Message ID | 20210928203815.77175-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] dt-bindings: arm: qcom: rename vendor of apq8026-lenok | expand |
On Tue, 28 Sep 2021 22:38:14 +0200, Luca Weiss wrote: > In order to avoid having prefixes for multiple internal divisions of LG > use the "lg" prefix instead of "lge". > > Fixes: 21f3cbf693b0 ("dt-bindings: arm: qcom: Document APQ8026 SoC binding") > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
Acked-by: David Heidelberg <david@ixit.cz> Best regards David Heidelberg On Mon, Oct 4 2021 at 13:39:31 -0500, Rob Herring <robh@kernel.org> wrote: > On Tue, 28 Sep 2021 22:38:14 +0200, Luca Weiss wrote: >> In order to avoid having prefixes for multiple internal divisions >> of LG >> use the "lg" prefix instead of "lge". >> >> Fixes: 21f3cbf693b0 ("dt-bindings: arm: qcom: Document APQ8026 SoC >> binding") >> Signed-off-by: Luca Weiss <luca@z3ntu.xyz> >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> > > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index a2e679112737..06da9ab5c0b6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -96,7 +96,7 @@ properties: - items: - enum: - - lge,lenok + - lg,lenok - const: qcom,apq8026 - items:
In order to avoid having prefixes for multiple internal divisions of LG use the "lg" prefix instead of "lge". Fixes: 21f3cbf693b0 ("dt-bindings: arm: qcom: Document APQ8026 SoC binding") Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)