mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:20:53 +07:00
ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC
The Mamba (like the OpenBlocks AX3) doesn't have a crystal connected to the internal RTC - let's prevent the kernel from probing it. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Cc: <stable@vger.kernel.org> # v4.0 + Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
31c17ac98f
commit
2ff9ab4c7b
@ -95,6 +95,11 @@ pcie@3,0 {
|
|||||||
|
|
||||||
internal-regs {
|
internal-regs {
|
||||||
|
|
||||||
|
rtc@10300 {
|
||||||
|
/* No crystal connected to the internal RTC */
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
/* J10: VCC, NC, RX, NC, TX, GND */
|
/* J10: VCC, NC, RX, NC, TX, GND */
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
Loading…
Reference in New Issue
Block a user