dts/x86: Fix GPIO nodes for intel_curie and quark_d2000
Base addresses were wrong, and intel_curie missed a second gpio node. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
878d0fb877
commit
69e5b3ec3d
@ -85,9 +85,9 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpio: gpio@b000c000 {
|
||||
gpio0: gpio@b0000c00 {
|
||||
compatible = "intel,qmsi-gpio";
|
||||
reg = <0xb00c00 0x400>;
|
||||
reg = <0xb0000c00 0x400>;
|
||||
interrupts = <8 IRQ_TYPE_LEVEL_HIGH 2>;
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
@ -95,6 +95,16 @@
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
gpio1: gpio@b0800b00 {
|
||||
compatible = "intel,qmsi-gpio";
|
||||
reg = <0xb0800b00 0x400>;
|
||||
interrupts = <31 IRQ_TYPE_LEVEL_HIGH 2>;
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
|
||||
usb_cdc: virtualcom@0 {
|
||||
compatible = "intel,qmsi-usb";
|
||||
label = "CDC_ACM";
|
||||
|
||||
@ -75,9 +75,9 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpio: gpio@b000c000 {
|
||||
gpio: gpio@b0000c00 {
|
||||
compatible = "intel,qmsi-gpio";
|
||||
reg = <0xb00c00 0x400>;
|
||||
reg = <0xb0000c00 0x400>;
|
||||
interrupts = <15 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user