arm64: dts: qcom: msm8998-laptops: Clean up DTs
Reorder properties to match new laptop DTs, change hex to dec. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
This commit is contained in:
parent
efdaf94d40
commit
1d85017e93
3 changed files with 18 additions and 14 deletions
|
|
@ -16,20 +16,22 @@
|
|||
|
||||
touchpad@15 {
|
||||
compatible = "hid-over-i2c";
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <0x7b IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <0x15>;
|
||||
hid-descr-addr = <0x0001>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchpad>;
|
||||
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <123 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
hid-descr-addr = <0x0001>;
|
||||
};
|
||||
|
||||
keyboard@3a {
|
||||
compatible = "hid-over-i2c";
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <0x25 IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <0x3a>;
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <37 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
hid-descr-addr = <0x0001>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,13 +16,14 @@
|
|||
|
||||
keyboard@3a {
|
||||
compatible = "hid-over-i2c";
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <0x79 IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <0x3a>;
|
||||
hid-descr-addr = <0x0001>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchpad>;
|
||||
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
hid-descr-addr = <0x0001>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -16,13 +16,14 @@
|
|||
|
||||
keyboard@3a {
|
||||
compatible = "hid-over-i2c";
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <0x79 IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <0x3a>;
|
||||
hid-descr-addr = <0x0001>;
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchpad>;
|
||||
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
hid-descr-addr = <0x0001>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue