rockchip: dts: tinker: move i2c node to shared device tree

The I2C EEPROM is present on Tinker Board S as well. Move the i2c node
to the shared, U-Boot specific rk3288-tinker-u-boot.dtsi device tree.

Cc: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Stefan Agner 2020-09-04 16:11:08 +02:00 committed by Kever Yang
parent da0be4e176
commit cfac752dad
2 changed files with 7 additions and 7 deletions

View File

@ -17,6 +17,13 @@
rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>;
};
&i2c2 {
m24c08@50 {
compatible = "at,24c08", "i2c-eeprom";
reg = <0x50>;
};
};
&pinctrl {
u-boot,dm-pre-reloc;
};

View File

@ -35,10 +35,3 @@
vbus-supply = <&vcc5v0_host>;
status = "okay";
};
&i2c2 {
m24c08@50 {
compatible = "at,24c08", "i2c-eeprom";
reg = <0x50>;
};
};