Skip to content
Snippets Groups Projects
Commit 2429fa3e authored by Zheng Pan's avatar Zheng Pan
Browse files

arm64/dts: gs101/gs201: Add recovery state for hsi2c_7 hsi2c_8


Add hsi2c_7 for gs101
Add hsi2c_8 for gs201
Request is from NFC

Bug: 360739836
Test: build pass

Change-Id: I8068ca5a2fe00cf93347080df14c0a66a37399a9
Signed-off-by: default avatarZheng Pan <zhengpan@google.com>
parent f130395e
No related branches found
No related tags found
No related merge requests found
......@@ -99,10 +99,11 @@
status = "okay";
clock-frequency = <370000>;
pinctrl-names = "default","on_i2c","off_i2c";
pinctrl-names = "default","on_i2c","off_i2c","recovery";
pinctrl-0 = <&hsi2c7_bus &spi14_cs2>;
pinctrl-1 = <&hsi2c7_bus>;
pinctrl-2 = <&hsi2c7_bus>;
pinctrl-3 = <>;
};
&sensor_mclk2_fn {
......
......@@ -124,10 +124,11 @@
status = "okay";
clock-frequency = <370000>;
pinctrl-names = "default","on_i2c","off_i2c";
pinctrl-names = "default","on_i2c","off_i2c","recovery";
pinctrl-0 = <&hsi2c7_bus &spi14_cs2>;
pinctrl-1 = <&hsi2c7_bus>;
pinctrl-2 = <&hsi2c7_bus>;
pinctrl-3 = <>;
};
/ {
......
......@@ -206,8 +206,9 @@
samsung,scl-clk-stretching;
samsung,usi-i2c-v2;
interrupts = <GIC_SPI IRQ_USI7_USI_PERIC0 ITLH>;
pinctrl-names = "default";
pinctrl-names = "default", "recovery";
pinctrl-0 = <&hsi2c7_bus>;
pinctrl-1 = <>;
clocks = <&clock VDOUT_CLK_PERIC0_USI7_USI>, <&clock GATE_PERIC0_TOP0_USI7_USI>;
clock-names = "ipclk_hsi2c", "gate_hsi2c_clk";
gpio_scl= <&gpp14 0 0x1>;
......
......@@ -68,9 +68,6 @@
#size-cells = <0>;
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&hsi2c8_bus>;
clock-frequency = <400000>;
cs40l26a_haptics: cs40l26a@43 {
......
......@@ -234,8 +234,9 @@
samsung,no_lose_arbitration;
samsung,usi-i2c-v2;
interrupts = <GIC_SPI IRQ_USI8_USI_PERIC0 ITLH>;
pinctrl-names = "default";
pinctrl-names = "default", "recovery";
pinctrl-0 = <&hsi2c8_bus>;
pinctrl-1 = <>;
clocks = <&clock VDOUT_CLK_PERIC0_USI8_USI>, <&clock GATE_PERIC0_TOP0_USI8_USI>;
clock-names = "ipclk_hsi2c", "gate_hsi2c_clk";
gpio_scl= <&gpp16 0 0x1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment