Skip to content

Commit

Permalink
arm64: dts: ti: k3-j721e-common-proc-board: Add j721e-evm compatible
Browse files Browse the repository at this point in the history
Add j721e-evm compatible to the board to allow the board to distinguish
itself from other platforms that are pending to be added.

Signed-off-by: Nishanth Menon <[email protected]>
Acked-by: Suman Anna <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
nmenon committed Oct 5, 2021
1 parent c4d269c commit c47eeba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#include <dt-bindings/phy/phy-cadence.h>

/ {
compatible = "ti,j721e-evm", "ti,j721e";
model = "Texas Instruments J721e EVM";

chosen {
stdout-path = "serial2:115200n8";
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
Expand Down

0 comments on commit c47eeba

Please sign in to comment.