-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'dt-fixes-for-3.15' of git://git.kernel.org/pub/scm/linux/k…
…ernel/git/robh/linux Pull devicetree fixes from Rob Herring: - fix error handling in of_update_property - fix section mismatch warnings in __reserved_mem_check_root - add empty of_find_node_by_path for !OF builds - add various missing binding documentation * tag 'dt-fixes-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: of: add empty of_find_node_by_path() for !OF of: Clean up of_update_property DT: add vendor prefix for EBV Elektronik of: Fix the section mismatch warnings. of: Add vendor prefix for Digi International Inc. DT: I2C: Add trivial bindings used by kirkwood boards DT: Vendor: Add prefixes used by Kirkwood devices DT: bindings: add missing Marvell Kirkwood SoC documentation dt-bindings: add vendor-prefix for Newhaven Display of: add vendor prefix for I2SE GmbH of: add vendor prefix for ISEE 2007 S.L.
- Loading branch information
Showing
6 changed files
with
139 additions
and
9 deletions.
There are no files selected for viewing
97 changes: 97 additions & 0 deletions
97
Documentation/devicetree/bindings/arm/marvell,kirkwood.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
Marvell Kirkwood SoC Family Device Tree Bindings | ||
------------------------------------------------ | ||
|
||
Boards with a SoC of the Marvell Kirkwook family, eg 88f6281 | ||
|
||
* Required root node properties: | ||
compatible: must contain "marvell,kirkwood" | ||
|
||
In addition, the above compatible shall be extended with the specific | ||
SoC. Currently known SoC compatibles are: | ||
|
||
"marvell,kirkwood-88f6192" | ||
"marvell,kirkwood-88f6281" | ||
"marvell,kirkwood-88f6282" | ||
"marvell,kirkwood-88f6283" | ||
"marvell,kirkwood-88f6702" | ||
"marvell,kirkwood-98DX4122" | ||
|
||
And in addition, the compatible shall be extended with the specific | ||
board. Currently known boards are: | ||
|
||
"buffalo,lschlv2" | ||
"buffalo,lsxhl" | ||
"buffalo,lsxl" | ||
"dlink,dns-320" | ||
"dlink,dns-320-a1" | ||
"dlink,dns-325" | ||
"dlink,dns-325-a1" | ||
"dlink,dns-kirkwood" | ||
"excito,b3" | ||
"globalscale,dreamplug-003-ds2001" | ||
"globalscale,guruplug" | ||
"globalscale,guruplug-server-plus" | ||
"globalscale,sheevaplug" | ||
"globalscale,sheevaplug" | ||
"globalscale,sheevaplug-esata" | ||
"globalscale,sheevaplug-esata-rev13" | ||
"iom,iconnect" | ||
"iom,iconnect-1.1" | ||
"iom,ix2-200" | ||
"keymile,km_kirkwood" | ||
"lacie,cloudbox" | ||
"lacie,inetspace_v2" | ||
"lacie,laplug" | ||
"lacie,netspace_lite_v2" | ||
"lacie,netspace_max_v2" | ||
"lacie,netspace_mini_v2" | ||
"lacie,netspace_v2" | ||
"marvell,db-88f6281-bp" | ||
"marvell,db-88f6282-bp" | ||
"marvell,mv88f6281gtw-ge" | ||
"marvell,rd88f6281" | ||
"marvell,rd88f6281" | ||
"marvell,rd88f6281-a0" | ||
"marvell,rd88f6281-a1" | ||
"mpl,cec4" | ||
"mpl,cec4-10" | ||
"netgear,readynas" | ||
"netgear,readynas" | ||
"netgear,readynas-duo-v2" | ||
"netgear,readynas-nv+-v2" | ||
"plathome,openblocks-a6" | ||
"plathome,openblocks-a7" | ||
"raidsonic,ib-nas6210" | ||
"raidsonic,ib-nas6210-b" | ||
"raidsonic,ib-nas6220" | ||
"raidsonic,ib-nas6220-b" | ||
"raidsonic,ib-nas62x0" | ||
"seagate,dockstar" | ||
"seagate,goflexnet" | ||
"synology,ds109" | ||
"synology,ds110jv10" | ||
"synology,ds110jv20" | ||
"synology,ds110jv30" | ||
"synology,ds111" | ||
"synology,ds209" | ||
"synology,ds210jv10" | ||
"synology,ds210jv20" | ||
"synology,ds212" | ||
"synology,ds212jv10" | ||
"synology,ds212jv20" | ||
"synology,ds212pv10" | ||
"synology,ds409" | ||
"synology,ds409slim" | ||
"synology,ds410j" | ||
"synology,ds411" | ||
"synology,ds411j" | ||
"synology,ds411slim" | ||
"synology,ds413jv10" | ||
"synology,rs212" | ||
"synology,rs409" | ||
"synology,rs411" | ||
"synology,rs812" | ||
"usi,topkick" | ||
"usi,topkick-1281P2" | ||
"zyxel,nsa310" | ||
"zyxel,nsa310a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters