Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 25 lines 463 B view raw
1// SPDX-License-Identifier: GPL-2.0-only 2 3/dts-v1/; 4 5#include "msm8916-samsung-fortuna-common.dtsi" 6 7/ { 8 model = "Samsung Galaxy Grand Prime (SM-G530H)"; 9 compatible = "samsung,fortuna3g", "qcom,msm8916"; 10 chassis-type = "handset"; 11}; 12 13&battery { 14 charge-term-current-microamp = <200000>; 15 constant-charge-current-max-microamp = <1000000>; 16 constant-charge-voltage-max-microvolt = <4350000>; 17}; 18 19&st_accel { 20 status = "okay"; 21}; 22 23&st_magn { 24 status = "okay"; 25};