mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
f6827ed44b
commit
f29d381a73
@@ -8,6 +8,10 @@
|
||||
target-path = "/";
|
||||
__overlay__ {
|
||||
bus@0 {
|
||||
timer@2080000 {
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
i2c@c240000 {
|
||||
ina3221@40 {
|
||||
compatible = "ti,ina3221";
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
target-path = "/";
|
||||
__overlay__ {
|
||||
bus@0 {
|
||||
timer@2080000 {
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
i2c@c240000 {
|
||||
ina3221@40 {
|
||||
compatible = "ti,ina3221";
|
||||
|
||||
Reference in New Issue
Block a user