msm8998-oneplus-dumpling.dts 600 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. /*
  3. * OnePlus 5T (dumpling) device tree
  4. *
  5. * Copyright (c) 2021, Jami Kettunen <[email protected]>
  6. */
  7. #include "msm8998-oneplus-common.dtsi"
  8. / {
  9. model = "OnePlus 5T";
  10. compatible = "oneplus,dumpling", "qcom,msm8998";
  11. chassis-type = "handset";
  12. /* Required for bootloader to select correct board */
  13. qcom,board-id = <8 0 17801 43>;
  14. };
  15. /* Update the screen height values from 1920 to 2160 on the 5T */
  16. &framebuffer0 {
  17. height = <2160>;
  18. };
  19. /* Adjust digitizer area height to match the 5T's taller panel */
  20. &rmi4_f12 {
  21. touchscreen-y-mm = <137>;
  22. };