Skip to content

Feature/wb7.3 support - #93

Closed
evgeny-boger wants to merge 3 commits into
dev/v5.10.yfrom
feature/wb7.3-support
Closed

Feature/wb7.3 support#93
evgeny-boger wants to merge 3 commits into
dev/v5.10.yfrom
feature/wb7.3-support

Conversation

@evgeny-boger

Copy link
Copy Markdown
Member

No description provided.

compatible = "wirenboard,wirenboard-730", "wirenboard,wirenboard-720", "wirenboard,wirenboard-700", "allwinner,sun8i-r40";

regulators {
vcc_sd_power: vdd-sd-power {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

всё-таки, vcc или vdd?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

vdd, отправил

rtc0 = &rtc_onboard;
rtc1 = &rtc;
wbc_modem = &wbc_modem;
rtc_onboard = &rtc_onboard;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

а зачем alias добавился?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

хотя - наверное, чтобы из userspace ходить в gpio clkout?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

типа того, да.

В test-suite это понадобится.

// it's ~40C conservative high temperature limit.
// to be overrided by battery overlay
x-powers,charge-high-temp-microvolt = <499200>;
max-frequency = <100000000>; /* Linux won't automatically go higher than 50MHz anyway due to lack of 1.8V support */

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

У этого точно не будет побочных эффектов? Нам это в стабильный релиз бэкпортить, не хотелось бы что-то сломать. Так могли бы эту часть в тестинге оставить

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

я проверил на 7.2: частота SD карточки остаётся 50 МГц, обычный режим HS25.
Все остальные режимы в SD требуют напряжение 1.8В, которое у нас явно отключено.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Окей

@evgeny-boger

Copy link
Copy Markdown
MemberAuthor

#95

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.

3 participants

@evgeny-boger@webconn@vdromanov