Redmi 5A comes with multiple bootloader versions where the expected
board-id is different.
Change the board-id to unified form what works on both bootloader
version.

Fixes: 26633b582056 ("arm64: dts: qcom: Add Xiaomi Redmi 5A")
Signed-off-by: Barnabás Czémán <[email protected]>
---
 arch/arm64/boot/dts/qcom/msm8917-xiaomi-riva.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8917-xiaomi-riva.dts 
b/arch/arm64/boot/dts/qcom/msm8917-xiaomi-riva.dts
index 9db503e21888..1bfb16f90ddd 100644
--- a/arch/arm64/boot/dts/qcom/msm8917-xiaomi-riva.dts
+++ b/arch/arm64/boot/dts/qcom/msm8917-xiaomi-riva.dts
@@ -18,7 +18,7 @@ / {
        chassis-type = "handset";
 
        qcom,msm-id = <QCOM_ID_MSM8917 0>;
-       qcom,board-id = <0x1000b 2>, <0x2000b 2>;
+       qcom,board-id = <0x1000b 1>, <0x1000b 2>;
 
        pwm_backlight: backlight {
                compatible = "pwm-backlight";

-- 
2.53.0


Reply via email to