Message ID | 20220521164550.91115-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 82a547bb3ceeb2b948da161a7ac8cf45987d36ec |
Headers | show |
Series | [01/12] dt-bindings: vendor-prefixes: add Shift GmbH | expand |
On 22/05/2022 11:11, Konrad Dybcio wrote: > > > On 21.05.2022 18:45, Krzysztof Kozlowski wrote: >> Add qcom,msm8998 SoC fallback to the board compatible. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> --- >> arch/arm64/boot/dts/qcom/msm8998-mtp.dts | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts >> index 66540d2ca13b..db240a3207dc 100644 >> --- a/arch/arm64/boot/dts/qcom/msm8998-mtp.dts >> +++ b/arch/arm64/boot/dts/qcom/msm8998-mtp.dts >> @@ -7,7 +7,7 @@ >> >> / { >> model = "Qualcomm Technologies, Inc. MSM8998 v1 MTP"; > A bit off-topic, but should this board still be considered supported? If it really is msm8998v1, it should not work in the current state of mainline, as there are many differences between the pre-production v1 and the final v2.1, even as deep as in the clock tree. Unless you are sure there are no users or it is not working, there is not much benefit to remove such board. Specially that it's DTSI is re-used by one more - fxtec-pro1. Best regards, Krzysztof
On Sat, 21 May 2022 18:45:39 +0200, Krzysztof Kozlowski wrote: > Add prefix for SHIFT GmbH, phone manufacturer > (https://www.shiftphones.com/en/). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On 21/05/2022 18:45, Krzysztof Kozlowski wrote: > Add prefix for SHIFT GmbH, phone manufacturer > (https://www.shiftphones.com/en/). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Bjorn, A lot of new boards and patches might conflict with these series, so can you pick it up early? Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 495a01ced97e..85d52300e588 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1098,6 +1098,8 @@ patternProperties: description: SGX Sensortech "^sharp,.*": description: Sharp Corporation + "^shift,.*": + description: SHIFT GmbH "^shimafuji,.*": description: Shimafuji Electric, Inc. "^shiratech,.*":
Add prefix for SHIFT GmbH, phone manufacturer (https://www.shiftphones.com/en/). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)