siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
129 stars 76 forks source link

linux-iot2050: dts: fix the gpio configuration of m.2 #398

Closed AsuraZeng closed 1 year ago

AsuraZeng commented 1 year ago

For the nodes main_gpio0 and main_gpio1, when we add the property pinctrl-0, it would override the previous property not to add to the previous node. So it would lack some configurations.

Add the property back to solve this issue.

Signed-off-by: chao zeng chao.zeng@siemens.com

AsuraZeng commented 1 year ago

There is a hard-to-review delta in recipes-kernel/linux/files/patches-5.10/0048-arm64-dts-ti-iot2050-Prepare-for-adding-2nd-generati.patch. Could you check your local git settings? I have these here:

[diff]
        renames = copies
        renameLimit = 10000

[difftree]
        renames = copies

thanks, Have updated the patches.