overlay: p3701: Remove unused interrupts from timer node

RTC interrupts are not working as timer-tegra186 driver disables
the RTC interrupt.

Remove unused interrupts from timer node.

Bug 4173986

Change-Id: I106b09b7711b4a14bbaab5354fa75919f3bd851a
Signed-off-by: Kartik <kkartik@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2986600
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Kartik
2023-09-27 10:10:34 +00:00
committed by mobile promotions
parent f6827ed44b
commit f29d381a73
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
target-path = "/"; target-path = "/";
__overlay__ { __overlay__ {
bus@0 { bus@0 {
timer@2080000 {
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
i2c@c240000 { i2c@c240000 {
ina3221@40 { ina3221@40 {
compatible = "ti,ina3221"; compatible = "ti,ina3221";

View File

@@ -6,6 +6,10 @@
target-path = "/"; target-path = "/";
__overlay__ { __overlay__ {
bus@0 { bus@0 {
timer@2080000 {
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
i2c@c240000 { i2c@c240000 {
ina3221@40 { ina3221@40 {
compatible = "ti,ina3221"; compatible = "ti,ina3221";