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>
This commit is contained in:
parent
f0de8e04a7
commit
01ab1167cd
@ -421,7 +421,7 @@ rtc: rtc@01c20d00 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
sid: eeprom@01c23800 {
|
sid: eeprom@01c23800 {
|
||||||
compatible = "allwinner,sun4i-sid";
|
compatible = "allwinner,sun4i-a10-sid";
|
||||||
reg = <0x01c23800 0x10>;
|
reg = <0x01c23800 0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ wdt: watchdog@01c20c90 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
sid: eeprom@01c23800 {
|
sid: eeprom@01c23800 {
|
||||||
compatible = "allwinner,sun4i-sid";
|
compatible = "allwinner,sun4i-a10-sid";
|
||||||
reg = <0x01c23800 0x10>;
|
reg = <0x01c23800 0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -341,7 +341,7 @@ wdt: watchdog@01c20c90 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
sid: eeprom@01c23800 {
|
sid: eeprom@01c23800 {
|
||||||
compatible = "allwinner,sun4i-sid";
|
compatible = "allwinner,sun4i-a10-sid";
|
||||||
reg = <0x01c23800 0x10>;
|
reg = <0x01c23800 0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user