Skip to content

add Radxa rCore-RK3308 IO board - #592

Open
chenxmqqqq wants to merge 3 commits into
radxa:linux-6.1-stan-rkr5.1from
chenxmqqqq:linux-6.1-stan-rkr5.1
Open

add Radxa rCore-RK3308 IO board#592
chenxmqqqq wants to merge 3 commits into
radxa:linux-6.1-stan-rkr5.1from
chenxmqqqq:linux-6.1-stan-rkr5.1

Conversation

@chenxmqqqq

Copy link
Copy Markdown

No description provided.

dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3308-roc-cc.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3308-rock-pi-s.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3308-rock-s0.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3308-shajin.dtb

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shajin是代号,这个现在应该有个正式的产品名吧

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该就是这个

Comment on lines +52 to +53
regulator-always-on;
regulator-boot-on;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
regulator-always-on;
regulator-boot-on;

这几个regulator-fixed都没有对应的硬件控制,这几个属性应该都不需要

};
};

&i2c1 {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

谁在用这个总线?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dmc和wdt这种是不是可以放到核心板dtsi里面开启

Comment threaddrivers/usb/misc/usbhub_reset.c Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个驱动是我们自己写的么

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

后面改成 usb hub ic FE1.1

Add the USB ID and OF match data for the Terminus FE1.1s USB 2.0 hub, which requires a 10 us reset pulse.
Signed-off-by: Xinming Chen <chenxinming@radxa.com>
Signed-off-by: Xinming Chen <chenxinming@radxa.com>
Signed-off-by: Xinming Chen <chenxinming@radxa.com>
@chenxmqqqq
chenxmqqqqforce-pushed the linux-6.1-stan-rkr5.1 branch from 49f90d2 to ff4ed68CompareAugust 11, 2026 08:51
@chenxmqqqqchenxmqqqq changed the title Add Radxa shajin boardadd Radxa rCore-RK3308 IO boardAug 11, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@chenxmqqqq@RadxaYuntian