Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions lk2nd/device/dts/msm8974/samsung.dts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,37 @@

/ {
qcom,msm-id = <0x7E01FF01 7 0>,
<0xC208FF01 1 0x10000>,
<0xC208FF01 10 0x10000>,
<0xC208FF01 14 0x10000>;
};

&lk2nd {
/* rev 01 */

kltecanactive {
model = "Samsung Galaxy S5 Active (SM-G870x)";
compatible = "samsung,klteactivexx", "samsung,klte";
lk2nd,match-bootloader = "G870*";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation is a bit broken here.. I'd appreciate if you could tab the contents of the node out and correct the last closing bracket accordingly.

lk2nd,dtb-files = "msm8974pro-samsung-klte";

gpio-keys {
compatible = "gpio-keys";
home {
lk2nd,code = <KEY_HOME>;
gpios = <&pmic 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
down {
lk2nd,code = <KEY_VOLUMEDOWN>;
gpios = <&pmic 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
up {
lk2nd,code = <KEY_VOLUMEUP>;
gpios = <&pmic 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
};
};

/* rev 07 */

hlte {
Expand Down