Skip to content

Commit

Permalink
fix wrong reg for pmu i2c in bcm21664 dts
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionware committed Jan 7, 2023
1 parent ee1af74 commit c8445f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm21664.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

pmu_i2c@3500d000 {
compatible = "brcm,kona-i2c";
reg = <0x0100d000 0xfff>;
reg = <0x3500d000 0xfff>;
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit c8445f6

Please sign in to comment.