Message ID | 20210925201430.11678-4-nm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ti: k3-j721e/j7200: Introduce EVM compatible | expand |
On 9/25/21 3:14 PM, Nishanth Menon wrote: > 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 <nm@ti.com> Acked-by: Suman Anna <s-anna@ti.com> > --- > > Changes in V2: > * no change > > V1: https://lore.kernel.org/all/20210915121937.27702-3-nm@ti.com/ > > arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts > index 8bd02d9e28ad..dc2bc67f9f48 100644 > --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts > +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts > @@ -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"; >
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts index 8bd02d9e28ad..dc2bc67f9f48 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts @@ -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";
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 <nm@ti.com> --- Changes in V2: * no change V1: https://lore.kernel.org/all/20210915121937.27702-3-nm@ti.com/ arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 3 +++ 1 file changed, 3 insertions(+)