-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment), these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: ``` # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 ``` From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
Signed-off-by: Tiago Freire <redalert2004@gmail.com>
Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
pelwell
pushed a commit
that referenced
this pull request
Jan 23, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
pelwell
pushed a commit
that referenced
this pull request
Jan 23, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
pelwell
pushed a commit
that referenced
this pull request
Jan 24, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
pelwell
pushed a commit
that referenced
this pull request
Jan 29, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Jan 29, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
pelwell
pushed a commit
that referenced
this pull request
Jan 30, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Jan 30, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Jan 30, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Feb 6, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Feb 6, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Feb 6, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Feb 6, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Feb 8, 2024
See: raspberrypi/linux#5923 kernel: overlays: Delete deprecated overlay mpu6050 kernel: overlays: Correct some compatible strings kernel: ASoC: DACplusADCPro - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5919 kernel: ASoC: adds support for Hifiberry AMP4Pro to the dacplus driver See: raspberrypi/linux#5918 kernel: ASoC: DACplus - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5917 kernel: Improve I2C timing (again) See: raspberrypi/linux#5916 kernel: Update PiTFT overlays for compatibility and consistency See: raspberrypi/linux#5903 kernel: Support non-standard I2C timings on Pi 5 See: raspberrypi/linux#5853 kernel: overlays: Add pcie-32bit-dma-pi5-overlay to enable 32bit DMA on the Pi 5's external PCIe interface See: raspberrypi/linux#5897 kernel: Improvement on backup-switchover-mode overlay value definitions See: raspberrypi/linux#5884 kernel: Pisound updates for Pi 5 See: raspberrypi/linux#5872
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
Feb 8, 2024
See: raspberrypi/linux#5923 kernel: overlays: Delete deprecated overlay mpu6050 kernel: overlays: Correct some compatible strings kernel: ASoC: DACplusADCPro - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5919 kernel: ASoC: adds support for Hifiberry AMP4Pro to the dacplus driver See: raspberrypi/linux#5918 kernel: ASoC: DACplus - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5917 kernel: Improve I2C timing (again) See: raspberrypi/linux#5916 kernel: Update PiTFT overlays for compatibility and consistency See: raspberrypi/linux#5903 kernel: Support non-standard I2C timings on Pi 5 See: raspberrypi/linux#5853 kernel: overlays: Add pcie-32bit-dma-pi5-overlay to enable 32bit DMA on the Pi 5's external PCIe interface See: raspberrypi/linux#5897 kernel: Improvement on backup-switchover-mode overlay value definitions See: raspberrypi/linux#5884 kernel: Pisound updates for Pi 5 See: raspberrypi/linux#5872
popcornmix
pushed a commit
that referenced
this pull request
Feb 19, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Feb 19, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Feb 19, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Feb 19, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Feb 23, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Feb 23, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Feb 23, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Feb 23, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Mar 5, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Mar 5, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Mar 5, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Mar 5, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Mar 11, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Mar 11, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Mar 19, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Mar 19, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Mar 27, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Mar 27, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
pelwell
pushed a commit
that referenced
this pull request
Apr 5, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
pelwell
pushed a commit
that referenced
this pull request
Apr 5, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
popcornmix
pushed a commit
that referenced
this pull request
Apr 5, 2024
For the RV3028 RTC, the definitions for its `backup-switchover-mode` overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment) these one here proposed should be correct. `/boot/config.txt` should be as a configuration example, for rv3028, on a Uputronics GPS Extension HAT: # For GPS Expansion Board from Uputronics dtparam=i2c_arm=on dtoverlay=i2c-rtc,rv3028,backup-switchover-mode=3 dtoverlay=pps-gpio,gpiopin=18 init_uart_baud=115200 From my tests (`sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37`): `Default from factory`: `0x10` `Mode 0`: `0x10` `Mode 1`: `0x14` `Mode 2`: `0x18` `Mode 3`: `0x1c` `Mode 3`: `0x1c` is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh
popcornmix
pushed a commit
that referenced
this pull request
Apr 5, 2024
…efinitions On the followup of #5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Jul 9, 2024
…efinitions On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Jul 10, 2024
…efinitions On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Jul 18, 2024
…efinitions On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Jul 20, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Jul 21, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Jul 21, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Aug 8, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Aug 9, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Aug 10, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
rajeshkumarwr
pushed a commit
to rajeshkumarwr/linux-yocto
that referenced
this pull request
Aug 10, 2024
…efinitions commit 4184c4fd7685e637db2f9f1b0442f9c15a3dee0c from https://github.com/raspberrypi/linux.git rpi-6.6.y On the followup of raspberrypi/linux#5884, I missed a second duplicate definition. Now, harmonized the entire document. Signed-off-by: Tiago Freire <41837236+tiagofreire-pt@users.noreply.github.com> Signed-off-by: Rajeshkumar Ramasamy <rajeshkumar.ramasamy@windriver.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the RV3028 RTC, the definitions for its
backup-switchover-mode
overlay were not intelligible neither complete/exhaustive. Accordingly to the #2912 (comment), these ones here proposed should be correct. The purpose is to allow the users to know the 4 different values for the switchover functionality of this RTC backup battery functionality./boot/config.txt
should be as a configuration example, for RV3028, on a Uputronics GPS Extension HAT:From my tests (
sudo rmmod rtc_rv3028 && sudo i2cget -y 1 0x52 0x37
):Default from factory
:0x10
Mode 0
:0x10
Mode 1
:0x14
Mode 2
:0x18
Mode 3
:0x1c
Mode 3
:0x1c
is consistent with the manufacturer configuration script: http://store.uputronics.com/files/configure-rv3028.sh