Is I2C_CROS_EC_TUNNEL required? #16

Closed
opened 2018-07-16 16:12:56 +02:00 by SolidEva · 3 comments
SolidEva commented 2018-07-16 16:12:56 +02:00 (Migrated from github.com)

[ 5.048679] cros-ec-spi spi0.0: Command xfer error (err:-11)
[ 5.058672] cros-ec-i2c-tunnel ff110000.spi:ec@0:i2c-tunnel: Error transferring EC i2c message -11

Makes me think it can be disabled, or maybe something is kinda broken

> [ 5.048679] cros-ec-spi spi0.0: Command xfer error (err:-11) > [ 5.058672] cros-ec-i2c-tunnel ff110000.spi:ec@0:i2c-tunnel: Error transferring EC i2c message -11 > Makes me think it can be disabled, or maybe something is kinda broken
SolidEva commented 2018-07-16 16:22:29 +02:00 (Migrated from github.com)

Although, this in rk3288-veyron-chromebook.dtsi indicates otherwise?

&spi0 {
	status = "okay";
	spi-activate-delay = <100>;
	spi-max-frequency = <3000000>;
	spi-deactivate-delay = <200>;

	cros_ec: ec@0 {
		compatible = "google,cros-ec-spi";
		spi-max-frequency = <3000000>;
		interrupt-parent = <&gpio7>;
		interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
		ec-interrupt = <&gpio7 7 GPIO_ACTIVE_LOW>;
		pinctrl-names = "default";
		pinctrl-0 = <&ec_int>;
		reg = <0>;
		google,cros-ec-spi-pre-delay = <30>;

		i2c_tunnel: i2c-tunnel {
			compatible = "google,cros-ec-i2c-tunnel";
			google,remote-bus = <0>;
			#address-cells = <1>;
			#size-cells = <0>;
		};
	};
};
Although, this in rk3288-veyron-chromebook.dtsi indicates otherwise? ``` &spi0 { status = "okay"; spi-activate-delay = <100>; spi-max-frequency = <3000000>; spi-deactivate-delay = <200>; cros_ec: ec@0 { compatible = "google,cros-ec-spi"; spi-max-frequency = <3000000>; interrupt-parent = <&gpio7>; interrupts = <7 IRQ_TYPE_LEVEL_LOW>; ec-interrupt = <&gpio7 7 GPIO_ACTIVE_LOW>; pinctrl-names = "default"; pinctrl-0 = <&ec_int>; reg = <0>; google,cros-ec-spi-pre-delay = <30>; i2c_tunnel: i2c-tunnel { compatible = "google,cros-ec-i2c-tunnel"; google,remote-bus = <0>; #address-cells = <1>; #size-cells = <0>; }; }; }; ```
SolidEva commented 2018-08-26 19:56:04 +02:00 (Migrated from github.com)

It definitely is, the keyboard and mouse both rely on the cros ec tunnel to function.

Those errors dont seem to affect functionality, and are pretty minor so look into this later.

It definitely is, the keyboard and mouse both rely on the cros ec tunnel to function. Those errors dont seem to affect functionality, and are pretty minor so look into this later.
SolidEva commented 2018-10-04 20:44:17 +02:00 (Migrated from github.com)

Closing this, as the errors don't seem to effect functionality

Closing this, as the errors don't seem to effect functionality
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ev4/PrawnOS#16
No description provided.