ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
SoC TRM, SoC datasheet and board schematics always refer to the same i2c numbers - even if not all are used for a specific board. In order to not have to re-define them for every board move the aliases to SoC dtsi for RK3128 like it's being done for all other Rockchip ARM SoCs. Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20231202130506.66738-4-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>pull/477/merge
parent
5ca860fb43
commit
697b39733d
|
|
@ -12,7 +12,6 @@
|
|||
compatible = "rockchip,rk3128-evb", "rockchip,rk3128";
|
||||
|
||||
aliases {
|
||||
i2c1 = &i2c1;
|
||||
mmc0 = &emmc;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@
|
|||
gpio1 = &gpio1;
|
||||
gpio2 = &gpio2;
|
||||
gpio3 = &gpio3;
|
||||
i2c0 = &i2c0;
|
||||
i2c1 = &i2c1;
|
||||
i2c2 = &i2c2;
|
||||
i2c3 = &i2c3;
|
||||
};
|
||||
|
||||
arm-pmu {
|
||||
|
|
|
|||
Loading…
Reference in New Issue