Skip to content

dts: esp32c6: fix: remove references to removed rtc node #90976

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

Closed
Changes from all commits
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
4 changes: 2 additions & 2 deletions dts/riscv/espressif/esp32c6/esp32c6_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
reg = <0x6000c000 0x1000>;
interrupts = <I2S1_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
interrupt-parent = <&intc>;
clocks = <&rtc ESP32_I2S1_MODULE>;
clocks = <&clock ESP32_I2S1_MODULE>;
unit = <0>;
status = "disabled";
};
Expand Down Expand Up @@ -354,7 +354,7 @@
reg = <0x60012000 DT_SIZE_K(4)>;
interrupts = <PCNT_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
interrupt-parent = <&intc>;
clocks = <&rtc ESP32_PCNT_MODULE>;
clocks = <&clock ESP32_PCNT_MODULE>;
status = "disabled";
};
};
Expand Down