Skip to content

Commit

Permalink
arm64: dts: fix rtc
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Apr 20, 2024
1 parent 687df72 commit eaf1872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dts
Expand Up @@ -247,9 +247,9 @@
#size-cells = <0>;
reg = <0>;

pcf8563: rtc@50 {
pcf8563: rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x50>;
reg = <0x51>;
//interrupts = <&pio 6 IRQ_TYPE_LEVEL_LOW>;
#clock-cells = <0>;
//status = "disabled";
Expand Down

0 comments on commit eaf1872

Please sign in to comment.