Skip to content

Vmarc q9075 io v1.1 - #589

Open
nascs wants to merge 15 commits into
radxa:Ubuntu-qcom-6.8.0-1066.67from
nascs:vmarc-q9075-io_v1.1
Open

Vmarc q9075 io v1.1#589
nascs wants to merge 15 commits into
radxa:Ubuntu-qcom-6.8.0-1066.67from
nascs:vmarc-q9075-io_v1.1

Conversation

@nascs

@nascs nascs commented Aug 6, 2026

Copy link
Copy Markdown

No description provided.

nascs and others added 12 commits August 6, 2026 03:56
The core board schematic for V1.11, the EEPROM is connected to I2C7.

Signed-off-by: William Norman <nascs@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
…_regulator

Signed-off-by: William Norman <nascs@radxa.com>
Co-authored-by: Songjun Li <lisongjun@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
…er spi16

Signed-off-by: William Norman <nascs@radxa.com>
Co-authored-by: SongJun Li <lisongjun@radxa.com>
 Signed-off-by: William Norman <nascs@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
…cci-device

Populate qcom,cam-sensor children under qcom,cci nodes as platform
devices, and fall back to the sensor node's own "cci-device" property
when the parent has no cell-index.

Signed-off-by: William Norman <nascs@radxa.com>
Signed-off-by: William Norman <nascs@radxa.com>
Comment thread arch/arm64/boot/dts/qcom/qcs9075-radxa-vmarc-q9075-io.dts Outdated
function = LED_FUNCTION_STATUS;
gpios = <&pca 0 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
default-state = "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
default-state = "on";

这个属性不是你想象中的那个意思,一般也不需要定义


green_led {
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_STATUS;

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.

电源灯还是用户灯?已经有一个status了

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.

用户灯

color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_STATUS;
gpios = <&pmm8654au_2_gpios 10 GPIO_ACTIVE_HIGH>;
default-state = "off";

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.

需要对应的trigger

qcom,xfer-mode = <1>;

num-cs = <2>;
cs-gpios = <&tlmm 89 GPIO_ACTIVE_LOW>,

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.

这两个都不是SPI16支持的硬件CS么?

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.

};

&qupv3_id_3 {
firmware-name = "qupv3fw.elf";

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.

不需要soc子目录么

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.

radxa@radxa-vmarc-q9075-io:$ ls /lib/firmware/qcom/sa8775p/
a663_zap.mbn.zst qupv3fw.elf.zst
radxa@radxa-vmarc-q9075-io:
$ ls /lib/firmware/qupv3fw.elf -lah
lrwxrwxrwx 1 root root 32 Dec 3 2025 /lib/firmware/qupv3fw.elf -> updates/qcom/sa8775p/qupv3fw.elf
radxa@radxa-vmarc-q9075-io:~$

firmware 这里有个/lib/firmware/qupv3fw.elf

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.

这种符号链接是不稳定的,而且现在不是指向不存在的文件了么?

/* Set default master 0 */
s_ctrl->cci_num = CCI_DEVICE_0;
&s_ctrl->cci_num) < 0) {
if (of_property_read_u32(of_node, "cci-device",

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.

>=0的情况呢?
另外这个if看上去可以和上面那个if的条件合并,另外注释不要删掉

nascs and others added 2 commits August 6, 2026 10:25
Signed-off-by: William Norman <nascs@radxa.com>
Co-authored-by: ZHANG Yuntian <yt@radxa.com>
Sign up for free to 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.

4 participants