mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-28 07:44:32 +00:00
20024ab7c3
As of 6.6, all upstream DTSes are moved to their respective vendor subdir. OpenWrt already followed this practice for ARM64, but not yet for 32 bit ARM (Armada 37x/38x). Signed-off-by: Stijn Segers <foss@volatilesystems.org>
16 lines
324 B
Diff
16 lines
324 B
Diff
--- a/arch/arm/boot/dts/marvell/armada-xp.dtsi
|
|
+++ b/arch/arm/boot/dts/marvell/armada-xp.dtsi
|
|
@@ -237,12 +237,10 @@
|
|
};
|
|
|
|
&i2c0 {
|
|
- compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c";
|
|
reg = <0x11000 0x100>;
|
|
};
|
|
|
|
&i2c1 {
|
|
- compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c";
|
|
reg = <0x11100 0x100>;
|
|
};
|
|
|