Commit 0be4e1d4 authored by Marco Felsch's avatar Marco Felsch Committed by Greg Kroah-Hartman
parent 6025f20f
...@@ -11,7 +11,9 @@ maintainers: ...@@ -11,7 +11,9 @@ maintainers:
properties: properties:
compatible: compatible:
const: nxp,ptn5110 items:
- const: nxp,ptn5110
- const: tcpci
reg: reg:
maxItems: 1 maxItems: 1
...@@ -41,7 +43,7 @@ examples: ...@@ -41,7 +43,7 @@ examples:
#size-cells = <0>; #size-cells = <0>;
tcpci@50 { tcpci@50 {
compatible = "nxp,ptn5110"; compatible = "nxp,ptn5110", "tcpci";
reg = <0x50>; reg = <0x50>;
interrupt-parent = <&gpio3>; interrupt-parent = <&gpio3>;
interrupts = <3 IRQ_TYPE_LEVEL_LOW>; interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment