[Nokia-7215-T1] Disable sysrq-trigger from platform init (#18161)

This commit is contained in:
Pavan-Nokia 2024-02-28 11:24:01 -05:00 committed by GitHub
parent d49b09024b
commit 6511c3bc26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,9 @@ nokia_7215_profile()
# Install kernel drivers required for i2c bus access
load_kernel_drivers
# Disable sysrq-trigger
echo 0 > /proc/sys/kernel/sysrq
# LOGIC to enumerate SFP eeprom devices - send 0x50 to kernel i2c driver - initialize devices
# the mux may be enumerated at number 4 or 5 so we check for the mux and skip if needed