Skip to content

Commit eaaf7e4

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
overlays: Fix further maxim,ds1307 references
See: #3013 Signed-off-by: Phil Elwell <[email protected]>
1 parent 8051e31 commit eaaf7e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/overlays/balena-fin-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
// rtc clock
8686
ds1307: ds1307@68 {
87-
compatible = "maxim,ds1307";
87+
compatible = "dallas,ds1307";
8888
reg = <0x68>;
8989
status = "okay";
9090
};

arch/arm/boot/dts/overlays/i2c-rtc-gpio-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
status = "okay";
4747

4848
ds1307: ds1307@68 {
49-
compatible = "maxim,ds1307";
49+
compatible = "dallas,ds1307";
5050
reg = <0x68>;
5151
status = "okay";
5252
};

arch/arm/boot/dts/overlays/tinylcd35-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
status = "okay";
156156

157157
ds1307: ds1307@68 {
158-
compatible = "maxim,ds1307";
158+
compatible = "dallas,ds1307";
159159
reg = <0x68>;
160160
status = "okay";
161161
};

0 commit comments

Comments
 (0)