diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-14 08:43:31 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:37:03 +0800 |
commit | ca844dd8c55f3b7bbba8144b0dcbf1297fcaece0 (patch) | |
tree | 3368801834adde5782ae6a0bf46e3585d0705bb1 /doc/device-tree-bindings | |
parent | 4395e06eb9907e22869cfe3bf6259a0f0cefca13 (diff) | |
download | u-boot-ca844dd8c55f3b7bbba8144b0dcbf1297fcaece0.zip u-boot-ca844dd8c55f3b7bbba8144b0dcbf1297fcaece0.tar.gz u-boot-ca844dd8c55f3b7bbba8144b0dcbf1297fcaece0.tar.bz2 |
nios2: convert altera sysid to driver model
Convert altera sysid to driver model with misc uclass.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Chin Liang See <clsee@altera.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/device-tree-bindings')
-rw-r--r-- | doc/device-tree-bindings/misc/altera_sysid.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/misc/altera_sysid.txt b/doc/device-tree-bindings/misc/altera_sysid.txt new file mode 100644 index 0000000..54462eb --- /dev/null +++ b/doc/device-tree-bindings/misc/altera_sysid.txt @@ -0,0 +1,4 @@ +Altera sysid + +Required properties: +- compatible : should be "altr,sysid-1.0" |