Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1514409

[PATCH 1/2] ARM64: dts: meson-gxbb: Add generic legacy scpi compatible

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM64: dts: meson-gxbb: Add generic legacy scpi compatible
Date 2016-11-03 10:20 +0100
Message-ID <szmlI-1Wi-27@gated-at.bofh.it> (permalink)
References <szmlI-1Wi-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 2d69a3b..5394657 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -75,7 +75,7 @@
 	};
 
 	scpi {
-		compatible = "amlogic,meson-gxbb-scpi";
+		compatible = "amlogic,meson-gxbb-scpi", "arm,legacy-scpi";
 		mboxes = <&mailbox 1 &mailbox 2>;
 		shmem = <&cpu_scp_lpri &cpu_scp_hpri>;
 
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] ARM64: meson-gxbb: SCPI Fixup Neil Armstrong <narmstrong@baylibre.com> - 2016-11-03 10:20 +0100
  [PATCH 1/2] ARM64: dts: meson-gxbb: Add generic legacy scpi compatible Neil Armstrong <narmstrong@baylibre.com> - 2016-11-03 10:20 +0100
  Re: [PATCH 0/2] ARM64: meson-gxbb: SCPI Fixup Kevin Hilman <khilman@baylibre.com> - 2016-11-03 23:40 +0100

csiph-web