mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
tegra234: overlay: Make hardware-timestamp node disabled by default
The node of "hardware-timestamp" is added in the base file but there is no status property. Add status property and make as disabled. The plafrom who needs these node will enable in their respective DTS file. Bug 4037899 Change-Id: I960eb024978aa4d424568b785433d2b295fb4f70 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2945730 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
d7506e9d3a
commit
133a575efc
@@ -438,6 +438,14 @@
|
||||
reset-names = "qspi";
|
||||
};
|
||||
|
||||
hardware-timestamp@3aa0000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hardware-timestamp@c1e0000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3160000 {
|
||||
iommus = <&smmu_niso0 TEGRA234_SID_GPCDMA>;
|
||||
dma-coherent;
|
||||
|
||||
Reference in New Issue
Block a user