This issue is introduced by commit 6d93b9ba6c60("arm64: dts:
ls1028a: enable DP node for RDB/QDS boards"), it uses the wrong
string as the lane mapping property. So, correct the property string
to "lane-mapping" to keep consistent with mhdp driver code.Signed-off-by: Meng Li <[email protected]> --- arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts index 9fe9b6c2b45e..ed017f114719 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts @@ -183,7 +183,7 @@ &ftm_alarm1 { }; &hdptx0 { - lane_mapping = <0x4e>; + lane-mapping = <0x4e>; status = "okay"; }; -- 2.36.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11371): https://lists.yoctoproject.org/g/linux-yocto/message/11371 Mute This Topic: https://lists.yoctoproject.org/mt/91498879/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
