Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Heiko Stuebner and committed by
Heiko Stuebner
4f3df9ab a9c1aceb

+8 -10
+8 -10
arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
··· 18 18 stdout-path = "serial0:115200n8"; 19 19 }; 20 20 21 - i2cmux2 { 22 - i2c@0 { 23 - eeprom: eeprom@50 { 24 - compatible = "atmel,24c01"; 25 - pagesize = <8>; 26 - reg = <0x50>; 27 - }; 28 - }; 29 - }; 30 - 31 21 leds { 32 22 pinctrl-0 = <&module_led_pins>, <&sd_card_led_pin>; 33 23 ··· 55 65 pinctrl-0 = <&otg_vbus_drv>; 56 66 regulator-name = "vcc5v0_otg"; 57 67 regulator-always-on; 68 + }; 69 + }; 70 + 71 + &i2c_lvds_blc { 72 + eeprom: eeprom@50 { 73 + compatible = "atmel,24c01"; 74 + pagesize = <8>; 75 + reg = <0x50>; 58 76 }; 59 77 }; 60 78