diff options
| author | Bryan Brattlof <[email protected]> | 2023-12-29 11:47:19 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-03 08:36:37 -0500 |
| commit | dabf30a2bf95a3236e5a54a944c37505ea7027a9 (patch) | |
| tree | 379c2a0cb52d6da0bf01b72d7c8182af5a00071c | |
| parent | d23582d052e4d5a0f1e782b64efca1d8a081332e (diff) | |
arm: dts: k3-am654: remove duplicate root properties
With the Linux and U-Boot board dtb files unified, we have duplicate
properties in the root node. Remove them
Tested-by: Tom Rini <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am654-r5-base-board.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts b/arch/arm/dts/k3-am654-r5-base-board.dts index fb238adaea5..c039300c3cb 100644 --- a/arch/arm/dts/k3-am654-r5-base-board.dts +++ b/arch/arm/dts/k3-am654-r5-base-board.dts @@ -11,9 +11,6 @@ #include "k3-am654-ddr.dtsi" / { - compatible = "ti,am654-evm", "ti,am654"; - model = "Texas Instruments AM654 R5 Base Board"; - aliases { ethernet0 = &cpsw_port1; remoteproc0 = &sysctrler; |
