Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hinlink-h88k: some fix to dts #7840

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Hinlink-h88k: some fix to dts #7840

merged 2 commits into from
Feb 20, 2025

Conversation

qbisi
Copy link
Contributor

@qbisi qbisi commented Feb 17, 2025

hdmi_rx tested and captured

v4l2-ctl --list-devices 
...
snps_hdmirx (platform:fdee0000.hdmi_receiver):
        /dev/video3
...

mmc speed fixed and tested

# cat /sys/kernel/debug/mmc0/ios 
clock:          200000000 Hz
actual clock:   187500000 Hz
vdd:            18 (3.0 ~ 3.1 V)
bus mode:       2 (push-pull)
chip select:    0 (don't care)
power mode:     2 (on)
bus width:      3 (8 bits)
timing spec:    10 (mmc HS400)
signal voltage: 1 (1.80 V)
driver type:    0 (driver type B)
# cat /sys/kernel/debug/mmc1/ios 
clock:          150000000 Hz
actual clock:   148500000 Hz
vdd:            21 (3.3 ~ 3.4 V)
bus mode:       2 (push-pull)
chip select:    0 (don't care)
power mode:     2 (on)
bus width:      2 (4 bits)
timing spec:    6 (sd uhs SDR104)
signal voltage: 1 (1.80 V)
driver type:    0 (driver type B)

also added a cd-gpio pin for sdmmc detection

cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;

gpio and max mmc frequence are specified by vendor
image

@qbisi qbisi requested a review from igorpecovnik as a code owner February 17, 2025 10:56
@github-actions github-actions bot added Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... size/small PR with less then 50 lines labels Feb 17, 2025
Copy link
Member

@EvilOlaf EvilOlaf left a comment

Choose a reason for hiding this comment

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

lgtm

@qbisi qbisi changed the title H88k Hinlink-h88k: some fix to dts Feb 17, 2025
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 05 Milestone: Second quarter release and removed Needs review Seeking for review labels Feb 19, 2025
@igorpecovnik igorpecovnik merged commit 947f901 into armbian:main Feb 20, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 Milestone: Second quarter release Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

4 participants