msm8916-samsung-e5.dts 794 B

123456789101112131415161718192021222324
  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-e5.dts
  15. */
  16. / {
  17. model = "Samsung Galaxy E5";
  18. compatible = "samsung,e5", "qcom,msm8916";
  19. chassis-type = "handset";
  20. };