mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-26 11:42:09 +00:00
joycon: Disable driver for Switch Lite
This commit is contained in:
parent
1ceb380f6f
commit
202540c7f7
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
#include <power/regulator_5v.h>
|
#include <power/regulator_5v.h>
|
||||||
#include <soc/bpmp.h>
|
#include <soc/bpmp.h>
|
||||||
#include <soc/clock.h>
|
#include <soc/clock.h>
|
||||||
|
#include <soc/fuse.h>
|
||||||
#include <soc/gpio.h>
|
#include <soc/gpio.h>
|
||||||
#include <soc/pinmux.h>
|
#include <soc/pinmux.h>
|
||||||
#include <soc/uart.h>
|
#include <soc/uart.h>
|
||||||
|
@ -815,6 +816,9 @@ void jc_init_hw()
|
||||||
jc_l.uart = UART_C;
|
jc_l.uart = UART_C;
|
||||||
jc_r.uart = UART_B;
|
jc_r.uart = UART_B;
|
||||||
|
|
||||||
|
if (fuse_read_hw_type() == FUSE_NX_HW_TYPE_HOAG)
|
||||||
|
return;
|
||||||
|
|
||||||
#ifndef DEBUG_UART_PORT
|
#ifndef DEBUG_UART_PORT
|
||||||
jc_power_supply(UART_C, true);
|
jc_power_supply(UART_C, true);
|
||||||
jc_power_supply(UART_B, true);
|
jc_power_supply(UART_B, true);
|
||||||
|
|
Loading…
Reference in a new issue