
On 3/7/22 10:42, Eugen Hristev wrote:
Align the DT for sama7g5 SoC and sama7g5 EK board with Linux devicetree in version 5.18.
cool
Some things remain still different, due to some things yet unimplemented in certain drivers. These include in PMC, pinctrl, and others.
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com
arch/arm/dts/at91-sama7g5ek.dts | 727 ++++++++++++++++++++---- arch/arm/dts/sama7g5.dtsi | 942 +++++++++++++++++++++++++++----- 2 files changed, 1419 insertions(+), 250 deletions(-)
For arch/arm/dts/at91-sama7g5ek.dts: 1/ pinctrl_flx3_default: flx3_default uses in linux bias-disable, you should update it too. 2/ I see linux's pinctrl_sdmmc0_default: sdmmc0_default splits the pins in cmd_data and ck_cd_rstn_vddsel. Can we do the same or it depends on something that's unsupported?