Skip to content

Commit

Permalink
dts: enable JTAG driver function
Browse files Browse the repository at this point in the history
Enable upstream community JTAG driver function
* update the Mt. Jade DTS file (aspeed-bmc-ampere-mtjade.dts)

Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
  • Loading branch information
dgoehring-ampere committed Dec 11, 2020
1 parent b2d68a0 commit 86fae16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@
status = "okay";
};

&jtag {
status = "okay";
compatible = "aspeed,ast2500-jtag";
};

&gfx {
status = "okay";
memory-region = <&gfx_memory>;
Expand Down

0 comments on commit 86fae16

Please sign in to comment.