diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-06-05 19:28:32 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-06-05 19:28:32 +0000 |
commit | 5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8 (patch) | |
tree | afa0718f88637c22a2d4a25cf54e32b0e701b338 /Bindings/interrupt-controller/msi.txt | |
parent | 937eaf8bbdcf7e2cd3231b71940f9221e6857210 (diff) | |
download | src-5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8.tar.gz src-5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8.zip |
Notes
Diffstat (limited to 'Bindings/interrupt-controller/msi.txt')
-rw-r--r-- | Bindings/interrupt-controller/msi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/interrupt-controller/msi.txt b/Bindings/interrupt-controller/msi.txt index c60c034dcf19..c20b51df7138 100644 --- a/Bindings/interrupt-controller/msi.txt +++ b/Bindings/interrupt-controller/msi.txt @@ -98,7 +98,7 @@ Example }; msi_c: msi-controller@c { - reg = <0xb 0xf00>; + reg = <0xc 0xf00>; compatible = "vendor-b,another-controller"; msi-controller; /* Each device has some unique ID */ |