Skip to content

Commit 043d56e

Browse files
mripardgregkh
authored andcommitted
ARM: sunxi: dt: Convert to the new SID compatibles
Switch the device tree to the new compatibles introduced in the SID drivers to have a common pattern accross all Allwinner SoCs. Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1e70084 commit 043d56e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/sun4i-a10.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
};
422422

423423
sid: eeprom@01c23800 {
424-
compatible = "allwinner,sun4i-sid";
424+
compatible = "allwinner,sun4i-a10-sid";
425425
reg = <0x01c23800 0x10>;
426426
};
427427

arch/arm/boot/dts/sun5i-a10s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
};
379379

380380
sid: eeprom@01c23800 {
381-
compatible = "allwinner,sun4i-sid";
381+
compatible = "allwinner,sun4i-a10-sid";
382382
reg = <0x01c23800 0x10>;
383383
};
384384

arch/arm/boot/dts/sun5i-a13.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
};
342342

343343
sid: eeprom@01c23800 {
344-
compatible = "allwinner,sun4i-sid";
344+
compatible = "allwinner,sun4i-a10-sid";
345345
reg = <0x01c23800 0x10>;
346346
};
347347

0 commit comments

Comments
 (0)