mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: nv-soc: Disable nvidia,macsec-enable
Disable macsec for nvethernet in L4T platforms Bug 4640382 Change-Id: Ie2203015008b3972499602557edd296461ae6c58 Signed-off-by: ruppala <ruppala@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3166951 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Sanath Kumar Gampa <sgampa@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ba17dd5afe
commit
b0a87160ca
@@ -206,7 +206,7 @@
|
||||
nvidia,vm-irq-config = <&eqos_vm_irq_config>;
|
||||
status = "disabled";
|
||||
nvidia,dcs-enable = <0x1>;
|
||||
nvidia,macsec-enable = <0x1>;
|
||||
nvidia,macsec-enable = <0>;
|
||||
nvidia,pad_calibration = <0x1>;
|
||||
/* pad calibration 2's complement offset for pull-down value */
|
||||
nvidia,pad_auto_cal_pd_offset = <0x0>;
|
||||
@@ -284,7 +284,7 @@
|
||||
nvidia,tx-queue-prio = <0 1 2 3 4 5 6 7 0 0>;
|
||||
nvidia,rx-queue-prio = <0x1 0x2 0x4 0x8 0x10 0x20 0x40 0x80 0x0 0x0>;
|
||||
nvidia,dcs-enable = <0x1>;
|
||||
nvidia,macsec-enable = <0x1>;
|
||||
nvidia,macsec-enable = <0>;
|
||||
nvidia,rx_riwt = <512>;
|
||||
nvidia,rx_frames = <64>;
|
||||
nvidia,tx_usecs = <256>;
|
||||
|
||||
Reference in New Issue
Block a user