arm64: dts: mediatek: mt8183: Use interrupts-extended where possible
Change all instances of interrupt-parent + interrupts to one line as interrupts-extended where possible across all MT8183 DTs to both simplify and reduce code size. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
a37edd208a
commit
d0ad611c85
@ -11,8 +11,7 @@
|
||||
pinctrl-0 = <&da7219_pins>;
|
||||
compatible = "dlg,da7219";
|
||||
reg = <0x1a>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <165 IRQ_TYPE_LEVEL_LOW 165 0>;
|
||||
interrupts-extended = <&pio 165 IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
dlg,micbias-lvl = <2600>;
|
||||
dlg,mic-amp-in-sel = "diff";
|
||||
|
@ -11,8 +11,7 @@
|
||||
pinctrl-0 = <&ts3a227e_pins>;
|
||||
compatible = "ti,ts3a227e";
|
||||
reg = <0x3b>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <157 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 157 IRQ_TYPE_LEVEL_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -18,8 +18,7 @@
|
||||
|
||||
compatible = "hid-over-i2c";
|
||||
reg = <0x10>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchscreen_pins>;
|
||||
|
||||
|
@ -30,8 +30,7 @@
|
||||
|
||||
compatible = "hid-over-i2c";
|
||||
reg = <0x10>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchscreen_pins>;
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
|
||||
compatible = "hid-over-i2c";
|
||||
reg = <0x10>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchscreen_pins>;
|
||||
|
||||
|
@ -17,8 +17,7 @@
|
||||
|
||||
compatible = "hid-over-i2c";
|
||||
reg = <0x10>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touchscreen_pins>;
|
||||
|
||||
|
@ -70,8 +70,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&open_touch>;
|
||||
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_EDGE_FALLING>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
||||
post-power-on-delay-ms = <10>;
|
||||
hid-descr-addr = <0x0001>;
|
||||
|
@ -48,8 +48,7 @@
|
||||
touchscreen: touchscreen@10 {
|
||||
compatible = "hid-over-i2c";
|
||||
reg = <0x10>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&touch_default>;
|
||||
|
||||
|
@ -54,8 +54,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&open_touch>;
|
||||
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <155 IRQ_TYPE_EDGE_FALLING>;
|
||||
interrupts-extended = <&pio 155 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
||||
post-power-on-delay-ms = <10>;
|
||||
hid-descr-addr = <0x0001>;
|
||||
|
@ -890,8 +890,7 @@
|
||||
spi-max-frequency = <1000000>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&h1_int_od_l>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <153 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupts-extended = <&pio 153 IRQ_TYPE_EDGE_RISING>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -918,8 +917,7 @@
|
||||
compatible = "google,cros-ec-spi";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <3000000>;
|
||||
interrupt-parent = <&pio>;
|
||||
interrupts = <151 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts-extended = <&pio 151 IRQ_TYPE_LEVEL_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ec_ap_int_odl>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user