0001-dts-thead-modify-the-regulator-name-to-match-driver.patch 990 B

123456789101112131415161718192021222324252627282930
  1. From 610ee71c0aa611eab4efa987307806a9ad46194b Mon Sep 17 00:00:00 2001
  2. From: lw312886 <lw312886@linux.alibaba.com>
  3. Date: Sat, 7 May 2022 19:37:48 +0800
  4. Subject: [PATCH] dts: thead: modify the regulator name to match driver
  5. modify the regulator name to match driver, or the lcd in LightB can not display
  6. Signed-off-by: wei.liu <lw312886@linux.alibaba.com>
  7. ---
  8. arch/riscv/boot/dts/thead/light-val-b.dts | 4 ++--
  9. 1 file changed, 2 insertions(+), 2 deletions(-)
  10. diff --git a/arch/riscv/boot/dts/thead/light-val-b.dts b/arch/riscv/boot/dts/thead/light-val-b.dts
  11. index 4aea2c1093e4..f072100fbf85 100644
  12. --- a/arch/riscv/boot/dts/thead/light-val-b.dts
  13. +++ b/arch/riscv/boot/dts/thead/light-val-b.dts
  14. @@ -504,8 +504,8 @@
  15. regulator-always-on;
  16. };
  17. - soc_vdd18_lcd0_en_reg: soc_vdd18_lcd0_en {
  18. - regulator-name = "soc_vdd18_lcd0_en";
  19. + soc_vdd18_lcd0_en_reg: soc_lcd0_en {
  20. + regulator-name = "soc_lcd0_en";
  21. regulator-boot-on;
  22. regulator-always-on;
  23. };
  24. --
  25. 2.17.1