diff options
author | Tony Lindgren <tony@atomide.com> | 2014-09-09 22:28:41 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-09 22:28:41 -0400 |
commit | 6e5542604ab64d9a7866226bbab3725532caf070 (patch) | |
tree | 223271abe58c4bff4e096aa5fe9ca1271ecb679b /arch/arm/boot/dts/omap5.dtsi | |
parent | 83c9b2afe66abf5dc6dab68da738557001fb5660 (diff) | |
parent | 66b0436977e2c62388d48836ff784f1fedb49c4f (diff) |
Merge branch 'pull/v3.18/for-dt-pinctrl-updates' of https://github.com/nmenon/linux-2.6-playground into omap-for-v3.18/dt
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 1e6ff61a7f12..4bf3930a4a0e 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -187,18 +187,22 @@ | |||
187 | }; | 187 | }; |
188 | 188 | ||
189 | omap5_pmx_core: pinmux@4a002840 { | 189 | omap5_pmx_core: pinmux@4a002840 { |
190 | compatible = "ti,omap4-padconf", "pinctrl-single"; | 190 | compatible = "ti,omap5-padconf", "pinctrl-single"; |
191 | reg = <0x4a002840 0x01b6>; | 191 | reg = <0x4a002840 0x01b6>; |
192 | #address-cells = <1>; | 192 | #address-cells = <1>; |
193 | #size-cells = <0>; | 193 | #size-cells = <0>; |
194 | #interrupt-cells = <1>; | ||
195 | interrupt-controller; | ||
194 | pinctrl-single,register-width = <16>; | 196 | pinctrl-single,register-width = <16>; |
195 | pinctrl-single,function-mask = <0x7fff>; | 197 | pinctrl-single,function-mask = <0x7fff>; |
196 | }; | 198 | }; |
197 | omap5_pmx_wkup: pinmux@4ae0c840 { | 199 | omap5_pmx_wkup: pinmux@4ae0c840 { |
198 | compatible = "ti,omap4-padconf", "pinctrl-single"; | 200 | compatible = "ti,omap5-padconf", "pinctrl-single"; |
199 | reg = <0x4ae0c840 0x0038>; | 201 | reg = <0x4ae0c840 0x0038>; |
200 | #address-cells = <1>; | 202 | #address-cells = <1>; |
201 | #size-cells = <0>; | 203 | #size-cells = <0>; |
204 | #interrupt-cells = <1>; | ||
205 | interrupt-controller; | ||
202 | pinctrl-single,register-width = <16>; | 206 | pinctrl-single,register-width = <16>; |
203 | pinctrl-single,function-mask = <0x7fff>; | 207 | pinctrl-single,function-mask = <0x7fff>; |
204 | }; | 208 | }; |
@@ -447,7 +451,7 @@ | |||
447 | uart1: serial@4806a000 { | 451 | uart1: serial@4806a000 { |
448 | compatible = "ti,omap4-uart"; | 452 | compatible = "ti,omap4-uart"; |
449 | reg = <0x4806a000 0x100>; | 453 | reg = <0x4806a000 0x100>; |
450 | interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; | 454 | interrupts-extended = <&gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; |
451 | ti,hwmods = "uart1"; | 455 | ti,hwmods = "uart1"; |
452 | clock-frequency = <48000000>; | 456 | clock-frequency = <48000000>; |
453 | }; | 457 | }; |
@@ -455,7 +459,7 @@ | |||
455 | uart2: serial@4806c000 { | 459 | uart2: serial@4806c000 { |
456 | compatible = "ti,omap4-uart"; | 460 | compatible = "ti,omap4-uart"; |
457 | reg = <0x4806c000 0x100>; | 461 | reg = <0x4806c000 0x100>; |
458 | interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; | 462 | interrupts-extended = <&gic GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; |
459 | ti,hwmods = "uart2"; | 463 | ti,hwmods = "uart2"; |
460 | clock-frequency = <48000000>; | 464 | clock-frequency = <48000000>; |
461 | }; | 465 | }; |
@@ -463,7 +467,7 @@ | |||
463 | uart3: serial@48020000 { | 467 | uart3: serial@48020000 { |
464 | compatible = "ti,omap4-uart"; | 468 | compatible = "ti,omap4-uart"; |
465 | reg = <0x48020000 0x100>; | 469 | reg = <0x48020000 0x100>; |
466 | interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; | 470 | interrupts-extended = <&gic GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; |
467 | ti,hwmods = "uart3"; | 471 | ti,hwmods = "uart3"; |
468 | clock-frequency = <48000000>; | 472 | clock-frequency = <48000000>; |
469 | }; | 473 | }; |
@@ -471,7 +475,7 @@ | |||
471 | uart4: serial@4806e000 { | 475 | uart4: serial@4806e000 { |
472 | compatible = "ti,omap4-uart"; | 476 | compatible = "ti,omap4-uart"; |
473 | reg = <0x4806e000 0x100>; | 477 | reg = <0x4806e000 0x100>; |
474 | interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; | 478 | interrupts-extended = <&gic GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; |
475 | ti,hwmods = "uart4"; | 479 | ti,hwmods = "uart4"; |
476 | clock-frequency = <48000000>; | 480 | clock-frequency = <48000000>; |
477 | }; | 481 | }; |
@@ -479,7 +483,7 @@ | |||
479 | uart5: serial@48066000 { | 483 | uart5: serial@48066000 { |
480 | compatible = "ti,omap4-uart"; | 484 | compatible = "ti,omap4-uart"; |
481 | reg = <0x48066000 0x100>; | 485 | reg = <0x48066000 0x100>; |
482 | interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; | 486 | interrupts-extended = <&gic GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; |
483 | ti,hwmods = "uart5"; | 487 | ti,hwmods = "uart5"; |
484 | clock-frequency = <48000000>; | 488 | clock-frequency = <48000000>; |
485 | }; | 489 | }; |
@@ -487,7 +491,7 @@ | |||
487 | uart6: serial@48068000 { | 491 | uart6: serial@48068000 { |
488 | compatible = "ti,omap4-uart"; | 492 | compatible = "ti,omap4-uart"; |
489 | reg = <0x48068000 0x100>; | 493 | reg = <0x48068000 0x100>; |
490 | interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; | 494 | interrupts-extended = <&gic GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; |
491 | ti,hwmods = "uart6"; | 495 | ti,hwmods = "uart6"; |
492 | clock-frequency = <48000000>; | 496 | clock-frequency = <48000000>; |
493 | }; | 497 | }; |