Hello,
@jack s there a simple way to increase the speed of the I2C bus ? I have read the README.rockship-overlays, and it does not show how for I2C, but only for SPI.
It would be great to see if there is a parameters that we can use, so I do not have to recompile the entire kernel again.
Thank you very much.
Best regards,
@jack there is this parameters: SCLK_I2C0 in this file
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
*
*/
#include <dt-bindings/clock/rk3308-cru.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include <dt-bindings/soc/rockchip,boot-mode.h>
#include <dt-bindings/thermal/thermal.h>
/ {
compatible = "rockchip,rk3308";
interrupt-parent = <&gic>;
#address-cells = <2>;
#size-cells = <2>;
This file has been truncated. show original
Do you know if this is possible to set it from the /boot directory ?
Can I get an answer to this one ?
Could someone from the maintainer explain how we can resolve this issue ?