mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
overlays: Fix i2c-rtc order and fragment numbering
See: https://github.com/raspberrypi/linux/issues/2059 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
mcp7940x: mcp7940x@6f {
|
||||
compatible = "microchip,mcp7940x";
|
||||
reg = <0x6f>;
|
||||
ds3231: ds3231@68 {
|
||||
compatible = "maxim,ds3231";
|
||||
reg = <0x68>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
@@ -75,8 +75,8 @@
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
mcp7941x: mcp7941x@6f {
|
||||
compatible = "microchip,mcp7941x";
|
||||
mcp7940x: mcp7940x@6f {
|
||||
compatible = "microchip,mcp7940x";
|
||||
reg = <0x6f>;
|
||||
status = "okay";
|
||||
};
|
||||
@@ -90,9 +90,9 @@
|
||||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
ds3231: ds3231@68 {
|
||||
compatible = "maxim,ds3231";
|
||||
reg = <0x68>;
|
||||
mcp7941x: mcp7941x@6f {
|
||||
compatible = "microchip,mcp7941x";
|
||||
reg = <0x6f>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user