summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward A. James <eajames@us.ibm.com>2017-04-19 00:07:14 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-05-02 18:06:58 +0300
commit15c30d4deb0a01f398230395dc0d9af4be92d856 (patch)
treeeb6d428d11d2d62f733754af5848acbe1348ae48
parent090ef109e272a6d1c8f5eadbb1df8f8047f19c6a (diff)
downloadlinux-15c30d4deb0a01f398230395dc0d9af4be92d856.tar.xz
ARM: dts: aspeed: witherspoon: Add example sbefifo and occfifo devices
A possible implementation of the bindings for SBEFIFO device and OCC "FIFO" device. Use a phandle to reference the appropriate SBE device from the OCC entry. Signed-off-by: Edward A. James <eajames@us.ibm.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index 236696aaa47d..ca228be97804 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -73,6 +73,22 @@
mux-gpios = <&gpio ASPEED_GPIO(A, 6) GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio ASPEED_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
trans-gpios = <&gpio ASPEED_GPIO(R, 2) GPIO_ACTIVE_HIGH>;
+
+ sbefifo1: sbefifo@2400 {
+ compatible = "ibm,power9-sbefifo";
+
+ status = "okay";
+
+ reg = <0x2400>;
+ };
+ };
+
+ occfifo@1 {
+ compatible = "ibm,occfifo";
+
+ status = "okay";
+
+ bus = <&sbefifo1>;
};
iio-hwmon {