[RAMEN9610-10369][ERD][9610]dtsi: disable USI in SHUB block
authorShinkyu Park <shinkyu.park@samsung.com>
Wed, 2 Jan 2019 11:59:04 +0000 (20:59 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:11 +0000 (20:23 +0300)
[Issue#]
There is an issue when accessing USI in SHUB block when SHUB is
in Low-Power Mode.

[Description]
Disable USI control in SHUB block.

Platform Development Team
Shinkyu Park (shinkyu.park@samsung.com)

Change-Id: I3f5c4b28ebd2d1f2197288096ec411692c068d82

arch/arm64/boot/dts/exynos/exynos9610-erd9610_common.dtsi

index 1b643b18cc991e98827893eff85555689a810918..f92c814e91022fb0b35cbd2369f924bdcd87fec2 100644 (file)
 /* USI_0_SHUB */
 &usi_0_shub {
        usi_v2_mode = "spi";
-       status = "okay";
+       status = "disabled";
 };
 
 /* USI_SHUB_0_I2C */