mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
arch: arm64: add VRS dtb node in OOT
Add VRS device tree node to enable VRS for p3737 and p3701. Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Change-Id: I4974f26a3db3691e7654903f27508219fc5bfe3e Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2775729 Reviewed-by: Shubhi Garg <shgarg@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7ebe440eb4
commit
17efb130a2
@@ -10,5 +10,20 @@
|
||||
#include "tegra234-p3701-0000-overlay.dtsi"
|
||||
|
||||
/ {
|
||||
|
||||
fragment-t234-p3737-p3701@0 {
|
||||
target-path = "/bpmp/i2c";
|
||||
__overlay__ {
|
||||
vrs@3c {
|
||||
compatible = "nvidia,vrs-pseq";
|
||||
reg = <0x3c>;
|
||||
interrupts = <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
status = "okay";
|
||||
vrs_rtc: rtc {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
#include <dt-bindings/memory/tegra234-mc.h>
|
||||
#include <dt-bindings/memory/tegra234-mc-oot.h>
|
||||
#include <dt-bindings/memory/tegra234-smmu-streamid.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
|
||||
/ {
|
||||
overlay-name = "Add nvidia,p3737-0000+p3701-0000 Overlay Support";
|
||||
|
||||
Reference in New Issue
Block a user