mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
Add support for mcp7940x family of RTC
This commit is contained in:
@@ -374,6 +374,8 @@ Params: ds1307 Select the DS1307 device
|
|||||||
|
|
||||||
ds3231 Select the DS3231 device
|
ds3231 Select the DS3231 device
|
||||||
|
|
||||||
|
mcp7940x Select the MCP7940x device
|
||||||
|
|
||||||
mcp7941x Select the MCP7941x device
|
mcp7941x Select the MCP7941x device
|
||||||
|
|
||||||
pcf2127 Select the PCF2127 device
|
pcf2127 Select the PCF2127 device
|
||||||
|
|||||||
@@ -23,6 +23,11 @@
|
|||||||
reg = <0x68>;
|
reg = <0x68>;
|
||||||
status = "disable";
|
status = "disable";
|
||||||
};
|
};
|
||||||
|
mcp7940x: mcp7940x@6f {
|
||||||
|
compatible = "microchip,mcp7940x";
|
||||||
|
reg = <0x6f>;
|
||||||
|
status = "disable";
|
||||||
|
};
|
||||||
mcp7941x: mcp7941x@6f {
|
mcp7941x: mcp7941x@6f {
|
||||||
compatible = "microchip,mcp7941x";
|
compatible = "microchip,mcp7941x";
|
||||||
reg = <0x6f>;
|
reg = <0x6f>;
|
||||||
@@ -54,6 +59,7 @@
|
|||||||
ds1307 = <&ds1307>,"status";
|
ds1307 = <&ds1307>,"status";
|
||||||
ds1339 = <&ds1339>,"status";
|
ds1339 = <&ds1339>,"status";
|
||||||
ds3231 = <&ds3231>,"status";
|
ds3231 = <&ds3231>,"status";
|
||||||
|
mcp7940x = <&mcp7940x>,"status";
|
||||||
mcp7941x = <&mcp7941x>,"status";
|
mcp7941x = <&mcp7941x>,"status";
|
||||||
pcf2127 = <&pcf2127>,"status";
|
pcf2127 = <&pcf2127>,"status";
|
||||||
pcf8523 = <&pcf8523>,"status";
|
pcf8523 = <&pcf8523>,"status";
|
||||||
|
|||||||
Reference in New Issue
Block a user