Skip to content

Commit 4f3df9a

Browse files
Heiko Stuebnermmind
authored andcommitted
arm64: dts: rockchip: Use phandle for i2c_lvds_blc on rk3368-lion haikou
i2c@0 on i2cmux2 does already have a phandle i2c_lvds_blc defined. Use this one instead of replicating the hierarchy again, as this might result in strange errors if the lion dtsi is changed at some point in the future. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Link: https://patch.msgid.link/20260114230707.4175162-2-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent a9c1ace commit 4f3df9a

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@
1818
stdout-path = "serial0:115200n8";
1919
};
2020

21-
i2cmux2 {
22-
i2c@0 {
23-
eeprom: eeprom@50 {
24-
compatible = "atmel,24c01";
25-
pagesize = <8>;
26-
reg = <0x50>;
27-
};
28-
};
29-
};
30-
3121
leds {
3222
pinctrl-0 = <&module_led_pins>, <&sd_card_led_pin>;
3323

@@ -68,6 +58,14 @@
6858
};
6959
};
7060

61+
&i2c_lvds_blc {
62+
eeprom: eeprom@50 {
63+
compatible = "atmel,24c01";
64+
pagesize = <8>;
65+
reg = <0x50>;
66+
};
67+
};
68+
7169
&sdmmc {
7270
bus-width = <4>;
7371
cap-mmc-highspeed;

0 commit comments

Comments
 (0)