mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
56195dc5c3
Any of the following devices connected to I2C ch4 of the Salvator-X(S) boards will operate at 400 kHz: PCA9654, 9FGV0841, ADV7482WBBCZ, MAX9611, 5P49V5923, 5P49V6901A This patch updates the clock frequency to 400 KHz. Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> [wsa: squashed commits into one] Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
33 lines
685 B
Plaintext
33 lines
685 B
Plaintext
/*
|
|
* Device Tree Source for the Salvator-X 2nd version board
|
|
*
|
|
* Copyright (C) 2015-2017 Renesas Electronics Corp.
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
* kind, whether express or implied.
|
|
*/
|
|
|
|
#include "salvator-common.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Salvator-X 2nd version board";
|
|
compatible = "renesas,salvator-xs";
|
|
};
|
|
|
|
&extal_clk {
|
|
clock-frequency = <16640000>;
|
|
};
|
|
|
|
&i2c4 {
|
|
clock-frequency = <400000>;
|
|
|
|
versaclock6: clock-generator@6a {
|
|
compatible = "idt,5p49v6901";
|
|
reg = <0x6a>;
|
|
#clock-cells = <1>;
|
|
clocks = <&x23_clk>;
|
|
clock-names = "xin";
|
|
};
|
|
};
|