mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
overlay: correct VRS parent irq setting
In >=K5.15, PMIC IRQ is mapped using wake ID number instead of
IRQ number if IRQ is wake capable.
Bug 4173986
Change-Id: I1add39ee56d49603e45af6d216012e3a190fc990
Signed-off-by: Shubhi Garg <shgarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2969742
(cherry picked from commit ddc6a3414f)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2974990
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c3ca171415
commit
8d2787a534
@@ -77,9 +77,11 @@
|
|||||||
vrs@3c {
|
vrs@3c {
|
||||||
compatible = "nvidia,vrs-pseq";
|
compatible = "nvidia,vrs-pseq";
|
||||||
reg = <0x3c>;
|
reg = <0x3c>;
|
||||||
interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
|
interrupt-parent = <&pmc>;
|
||||||
|
/* VRS Wake ID is 24 */
|
||||||
|
interrupts = <24 IRQ_TYPE_LEVEL_LOW>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <2>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -99,9 +99,11 @@
|
|||||||
vrs@3c {
|
vrs@3c {
|
||||||
compatible = "nvidia,vrs-pseq";
|
compatible = "nvidia,vrs-pseq";
|
||||||
reg = <0x3c>;
|
reg = <0x3c>;
|
||||||
interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
|
interrupt-parent = <&pmc>;
|
||||||
|
/* VRS Wake ID is 24 */
|
||||||
|
interrupts = <24 IRQ_TYPE_LEVEL_LOW>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <2>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user