mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: msm8917-xiaomi-riva: Fix board-id for all bootloader
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: 26633b5820 ("arm64: dts: qcom: Add Xiaomi Redmi 5A")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260315-riva-common-v3-1-897f130786ed@mainlining.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
1b052060bd
commit
a49cd24350
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user