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

Improvement on backup-switchover-mode overlay value definitions #5884

Merged
merged 5 commits into from
Jan 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Shortening definitions even further
Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
  • Loading branch information
tiagofreire-pt authored Jan 23, 2024
commit 11d2ddf98521e6c26eb83c41b40375314fb34423
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
@@ -2106,11 +2106,11 @@
source

backup-switchover-mode Backup power supply switch mode. Must be 0 for
"Switchover disabled", 1 for "Direct Switching"

Check failure on line 2109 in arch/arm/boot/dts/overlays/README

GitHub Actions / checkpatch review

ERROR: trailing whitespace
(switchover if Vdd < VBackup), 2 for "Standby
Mode" (standby if Vdd < Vbackup,
(if Vdd < VBackup), 2 for "Standby
Mode" (if Vdd < Vbackup,

Check failure on line 2111 in arch/arm/boot/dts/overlays/README

GitHub Actions / checkpatch review

ERROR: trailing whitespace
does not draw current) or 3 for

Check failure on line 2112 in arch/arm/boot/dts/overlays/README

GitHub Actions / checkpatch review

ERROR: trailing whitespace
"Level Switching" (switchover if Vdd < Vbackup
"Level Switching" (if Vdd < Vbackup

Check failure on line 2113 in arch/arm/boot/dts/overlays/README

GitHub Actions / checkpatch review

ERROR: trailing whitespace
and Vdd < Vddsw and Vbackup > Vddsw)
(RV3028, RV3032)