diff options
author | Joel Stanley <joel@jms.id.au> | 2019-12-23 14:47:32 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-01-08 03:15:38 +0100 |
commit | e30dcbbcb0ee16ca259f962840fc6246f00cd18e (patch) | |
tree | 4df0ef1096e139cf2693cfaac8f1850833b248bd /arch | |
parent | ARM: dts: aspeed-g6: Fix FSI master location (diff) | |
download | linux-e30dcbbcb0ee16ca259f962840fc6246f00cd18e.tar.xz linux-e30dcbbcb0ee16ca259f962840fc6246f00cd18e.zip |
ARM: dts: aspeed: tacoma: Fix fsi master node
This was broken when applying "ARM: dts: aspeed: tacoma: Add
host FSI description".
Fixes: a981c93300ef ("ARM: dts: aspeed: tacoma: Add host FSI description")
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts index f02de4ab058c..5dfd597110f9 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts @@ -165,6 +165,11 @@ &emmc { status = "okay"; +}; + +&fsim0 { + status = "okay"; + #address-cells = <2>; #size-cells = <0>; |