mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
arm64: tegra: Fix UCSI CCG interrupt for early Orin SKUs
The UCSI CCG interrupt is different for early SKUs on the Jetson AGX Orin platform and so add the necessary device-tree fragment to support these SKUs. Bug 3841177 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Change-Id: I6b71947ee7bdec9d47300c97003def3443234c70 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2827680 (cherry picked from linux-nv-oot) (cherry picked from commit 5274dcfe4582a6ce1b8f93c5a0deceb09a1a1545) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2856081 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
2272bd9c1f
commit
e37ce6efe0
@@ -8,6 +8,7 @@
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/clock/tegra234-clock.h>
|
||||
#include <dt-bindings/gpio/tegra234-gpio.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include <dt-bindings/memory/tegra234-mc.h>
|
||||
@@ -440,4 +441,19 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fragment@3 {
|
||||
target-path = "/bus@0";
|
||||
board_config {
|
||||
ids = "3737-0000-TS1","3737-0000-TS2","3737-0000-TS3","3737-0000-EB1","3737-0000-EB2","3737-0000-EB3","3737-0000-000","3737-0000-100","3737-0000-200";
|
||||
};
|
||||
__overlay__ {
|
||||
i2c@c240000 {
|
||||
ucsi_ccg@8 {
|
||||
interrupt-parent = <&gpio_aon>;
|
||||
interrupts = <TEGRA234_AON_GPIO(BB, 2) IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user