-
Notifications
You must be signed in to change notification settings - Fork 8
Added support for SE301 carrier with SOM1-SOC mezzanine from SundanceDSP #3
base: mpfs-uboot-2023.07-next
Are you sure you want to change the base?
Added support for SE301 carrier with SOM1-SOC mezzanine from SundanceDSP #3
Conversation
Signed-off-by: Roman.K <roman.k@sundancedsp.com>
Hi @Mans-sdsp, could you please add a MAINTAINERS file to your board/sundancedsp/som1soc/ directory please? |
There's 2 commits in this PR, one being a merge. Can you rebase out that merge please? |
|
||
/ { | ||
model = "SundanceDSP SE301 REV0P0 VER1 SOM1SOC"; | ||
compatible = "microchip,mpfs"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a device-specific compatible here for the som1? Pretty sure you can look at the polarberry and do what was done there here (but obv. with "som1" instead of "polarberry!).
ti,fifo-depth = <0x01>; | ||
}; | ||
|
||
// phy5: ethernet-phy@5 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove commented "code" if the hardware doesn't exist or use status = "disabled"
if it is present but you don't want to have it enabled
board_name=som1soc | ||
vendor=sundancedsp | ||
baudrate=115200 | ||
soc=polarfire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should soc here not be mpfs to match the naming elsewhere?
Add support for SE301 carrier with SOM1-SOC mezzanine from SundanceDSP