Skip to content

Commit c712e5d

Browse files
macromorganwens
authored andcommitted
arm64: dts: allwinner: h616: Change RG35XX Series from r_rsb to r_i2c
Change the Anbernic RG35XX series to use the r_i2c bus for the PMIC instead of the r_rsb bus. This is to keep the device tree consistent as there are at least 3 devices (the RG35XX-SP, RG28XX, and RG40XX-H) that have an external RTC on the r_i2c bus. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Tested-by: Ryan Walklin <ryan@testtoast.com> Link: https://lore.kernel.org/r/20240710231718.106894-4-macroalpha82@gmail.com Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 7c9ea4a commit c712e5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/allwinner/sun50i-h700-anbernic-rg35xx-2024.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
vcc-pi-supply = <&reg_cldo3>;
202202
};
203203

204-
&r_rsb {
204+
&r_i2c {
205205
status = "okay";
206206

207-
axp717: pmic@3a3 {
207+
axp717: pmic@34 {
208208
compatible = "x-powers,axp717";
209-
reg = <0x3a3>;
209+
reg = <0x34>;
210210
interrupt-controller;
211211
#interrupt-cells = <1>;
212212
interrupt-parent = <&nmi_intc>;

0 commit comments

Comments
 (0)