msm8916-samsung-e7.dts 888 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /dts-v1/;
  3. #include "msm8916-samsung-e2015-common.dtsi"
  4. /*
  5. * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some
  6. * variants.
  7. * Unfortunately, the firmware is signed and cannot be replaced easily.
  8. * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
  9. * moment, even though the hardware would support it.
  10. *
  11. * However, it is possible to use this device tree by compiling an ARM32 kernel
  12. * instead. For clarity and build testing this device tree is maintained next
  13. * to the other MSM8916 device trees. However, it is actually used through
  14. * arch/arm/boot/dts/qcom-msm8916-samsung-e7.dts
  15. */
  16. / {
  17. model = "Samsung Galaxy E7";
  18. compatible = "samsung,e7", "qcom,msm8916";
  19. chassis-type = "handset";
  20. };
  21. &pm8916_l17 {
  22. regulator-min-microvolt = <3000000>;
  23. regulator-max-microvolt = <3000000>;
  24. };