projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8441add
)
ARM64: dts: meson-gxbb: add SCPI pre-1.0 compatible
author
Kevin Hilman
<khilman@baylibre.com>
Mon, 28 Nov 2016 18:20:04 +0000
(10:20 -0800)
committer
Kevin Hilman
<khilman@baylibre.com>
Mon, 28 Nov 2016 20:06:31 +0000
(12:06 -0800)
The SCPI driver has an updated compatible to indicate the pre-released
(pre v1.0) status of the driver. Since Amlogic used a pre-1.0
version, add that compatible as well.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index
ac5ad3b
..
51edd5b
100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@
-51,7
+51,7
@@
compatible = "amlogic,meson-gxbb";
scpi {
- compatible = "amlogic,meson-gxbb-scpi";
+ compatible = "amlogic,meson-gxbb-scpi"
, "arm,scpi-pre-1.0"
;
mboxes = <&mailbox 1 &mailbox 2>;
shmem = <&cpu_scp_lpri &cpu_scp_hpri>;