Skip to content

Commit 981034a

Browse files
Shaohui XieShawn Guo
authored andcommitted
dt-bindings: fsl: add LS1043A/LS1046A/LS2080A compatible for SCFG and DCFG
SCFG and DCFG are SoC-specific devices can be found on SoCs like LS1021A, LS1043A and LS1046A, this patch updates bindings for SCFG and DCFG to reflect more SoCs. Signed-off-by: Shaohui Xie <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 75b637f commit 981034a

File tree

1 file changed

+11
-3
lines changed
  • Documentation/devicetree/bindings/arm

1 file changed

+11
-3
lines changed

Documentation/devicetree/bindings/arm/fsl.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,19 @@ Freescale LS1021A Platform Device Tree Bindings
9797
Required root node compatible properties:
9898
- compatible = "fsl,ls1021a";
9999

100-
Freescale LS1021A SoC-specific Device Tree Bindings
100+
Freescale SoC-specific Device Tree Bindings
101101
-------------------------------------------
102102

103103
Freescale SCFG
104104
SCFG is the supplemental configuration unit, that provides SoC specific
105105
configuration and status registers for the chip. Such as getting PEX port
106106
status.
107107
Required properties:
108-
- compatible: should be "fsl,ls1021a-scfg"
108+
- compatible: Should contain a chip-specific compatible string,
109+
Chip-specific strings are of the form "fsl,<chip>-scfg",
110+
The following <chip>s are known to be supported:
111+
ls1021a, ls1043a, ls1046a, ls2080a.
112+
109113
- reg: should contain base address and length of SCFG memory-mapped registers
110114

111115
Example:
@@ -119,7 +123,11 @@ Freescale DCFG
119123
configuration and status for the device. Such as setting the secondary
120124
core start address and release the secondary core from holdoff and startup.
121125
Required properties:
122-
- compatible: should be "fsl,ls1021a-dcfg"
126+
- compatible: Should contain a chip-specific compatible string,
127+
Chip-specific strings are of the form "fsl,<chip>-dcfg",
128+
The following <chip>s are known to be supported:
129+
ls1021a, ls1043a, ls1046a, ls2080a.
130+
123131
- reg : should contain base address and length of DCFG memory-mapped registers
124132

125133
Example:

0 commit comments

Comments
 (0)