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

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 <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Maxime Ripard and committed by
Greg Kroah-Hartman
01ab1167 f0de8e04

+3 -3
+1 -1
arch/arm/boot/dts/sun4i-a10.dtsi
··· 421 421 }; 422 422 423 423 sid: eeprom@01c23800 { 424 - compatible = "allwinner,sun4i-sid"; 424 + compatible = "allwinner,sun4i-a10-sid"; 425 425 reg = <0x01c23800 0x10>; 426 426 }; 427 427
+1 -1
arch/arm/boot/dts/sun5i-a10s.dtsi
··· 378 378 }; 379 379 380 380 sid: eeprom@01c23800 { 381 - compatible = "allwinner,sun4i-sid"; 381 + compatible = "allwinner,sun4i-a10-sid"; 382 382 reg = <0x01c23800 0x10>; 383 383 }; 384 384
+1 -1
arch/arm/boot/dts/sun5i-a13.dtsi
··· 341 341 }; 342 342 343 343 sid: eeprom@01c23800 { 344 - compatible = "allwinner,sun4i-sid"; 344 + compatible = "allwinner,sun4i-a10-sid"; 345 345 reg = <0x01c23800 0x10>; 346 346 }; 347 347