Commit 8c442794 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Revert "ARM: sunxi: dt: Convert to the new SID compatibles"

This reverts commit 01ab1167, it is
incorrect, a future patch will fix this up properly.

Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3b1cc9b9
......@@ -421,7 +421,7 @@ rtc: rtc@01c20d00 {
};
sid: eeprom@01c23800 {
compatible = "allwinner,sun4i-a10-sid";
compatible = "allwinner,sun4i-sid";
reg = <0x01c23800 0x10>;
};
......
......@@ -378,7 +378,7 @@ wdt: watchdog@01c20c90 {
};
sid: eeprom@01c23800 {
compatible = "allwinner,sun4i-a10-sid";
compatible = "allwinner,sun4i-sid";
reg = <0x01c23800 0x10>;
};
......
......@@ -341,7 +341,7 @@ wdt: watchdog@01c20c90 {
};
sid: eeprom@01c23800 {
compatible = "allwinner,sun4i-a10-sid";
compatible = "allwinner,sun4i-sid";
reg = <0x01c23800 0x10>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment