1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 3 /dts-v1/; 3 /dts-v1/; 4 4 5 #include "msm8916-samsung-e2015-common.dtsi" 5 #include "msm8916-samsung-e2015-common.dtsi" 6 6 7 /* 7 /* 8 * NOTE: The original firmware from Samsung ca 8 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some 9 * variants. 9 * variants. 10 * Unfortunately, the firmware is signed and c 10 * Unfortunately, the firmware is signed and cannot be replaced easily. 11 * There seems to be no way to boot ARM64 kern 11 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the 12 * moment, even though the hardware would supp 12 * moment, even though the hardware would support it. 13 * 13 * 14 * However, it is possible to use this device 14 * However, it is possible to use this device tree by compiling an ARM32 kernel 15 * instead. For clarity and build testing this 15 * instead. For clarity and build testing this device tree is maintained next 16 * to the other MSM8916 device trees. However, 16 * to the other MSM8916 device trees. However, it is actually used through 17 * arch/arm/boot/dts/qcom-msm8916-samsung-e7.d 17 * arch/arm/boot/dts/qcom-msm8916-samsung-e7.dts 18 */ 18 */ 19 19 20 / { 20 / { 21 model = "Samsung Galaxy E7"; 21 model = "Samsung Galaxy E7"; 22 compatible = "samsung,e7", "qcom,msm89 22 compatible = "samsung,e7", "qcom,msm8916"; 23 chassis-type = "handset"; 23 chassis-type = "handset"; 24 }; 24 }; 25 25 26 &battery { << 27 charge-term-current-microamp = <200000 << 28 constant-charge-current-max-microamp = << 29 constant-charge-voltage-max-microvolt << 30 }; << 31 << 32 << 33 &pm8916_l17 { 26 &pm8916_l17 { 34 regulator-min-microvolt = <3000000>; 27 regulator-min-microvolt = <3000000>; 35 regulator-max-microvolt = <3000000>; 28 regulator-max-microvolt = <3000000>; 36 }; 29 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.