ath25: switch default kernel to 5.15
[openwrt/staging/wigyori.git] / target / linux / bcm4908 / patches-5.10 / 036-v5.18-0004-arm64-dts-broadcom-bcm4908-add-I2C-block.patch
1 From ba5dfa2fd8d0aed4e4b6f650ba9e8ea7cdd6ead1 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Tue, 15 Feb 2022 07:36:39 +0100
4 Subject: [PATCH] arm64: dts: broadcom: bcm4908: add I2C block
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 BCM4908 uses the same I2C hw as BCM63xx / BCM67xx / BCM68xx SoCs.
10
11 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
12 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
13 ---
14 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 9 +++++++++
15 1 file changed, 9 insertions(+)
16
17 --- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
18 +++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
19 @@ -456,6 +456,15 @@
20 };
21 };
22
23 + i2c@2100 {
24 + compatible = "brcm,brcmper-i2c";
25 + reg = <0x2100 0x58>;
26 + clock-frequency = <97500>;
27 + pinctrl-names = "default";
28 + pinctrl-0 = <&pins_i2c_a>;
29 + status = "disabled";
30 + };
31 +
32 misc@2600 {
33 compatible = "brcm,misc", "simple-mfd";
34 reg = <0x2600 0xe4>;