Forum Discussion
tehjingy_Altera
Regular Contributor
6 months agoHi Snehal
Going through the device tree we found that one of the field in the device tree is incorrect.
Could you try changing that and test it again please.
In line 1031
sysmgr: system-manager@0xffd08000 {
compatible = "altr,sysmgr", "syscon";
reg = <0xffd08000 0x00004000>;
};
The changes should be "compatible = "altr,sys-mgr", "syscon";"
Regards
Jingyang, Teh