Skip to content

Commit a7543ea

Browse files
Siddharth-Vadapalli-at-TInmenon
authored andcommitted
arm64: dts: ti: Makefile: Fix typo "k3-j7200-evm-pcie1-ep.dtbo"
The list of "dtbs" should contain the resultant "dtb" formed by applying the "dtbo" overlay on the base "dtb", rather than the "dtbo" itself. Hence, change "k3-j7200-evm-pcie1-ep.dtbo" to "k3-j7200-evm-pcie1-ep.dtb" in the list of "dtbs". Fixes: f43ec89 ("arm64: dts: ti: k3-j7200-evm: Add overlay for PCIE1 Endpoint Mode") Signed-off-by: Siddharth Vadapalli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 6b51892 commit a7543ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/ti/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ dtb- += k3-am625-beagleplay-csi2-ov5640.dtb \
230230
k3-am642-tqma64xxl-mbax4xxl-wlan.dtb \
231231
k3-am68-sk-base-board-csi2-dual-imx219.dtb \
232232
k3-am69-sk-csi2-dual-imx219.dtb \
233-
k3-j7200-evm-pcie1-ep.dtbo \
233+
k3-j7200-evm-pcie1-ep.dtb \
234234
k3-j721e-common-proc-board-infotainment.dtb \
235235
k3-j721e-evm-pcie0-ep.dtb \
236236
k3-j721e-sk-csi2-dual-imx219.dtb \

0 commit comments

Comments
 (0)