Hi,

We have to enable axppmic on i2c/rsb bus to use ethernet
on OrangePi One Plus (Allwinner H6), 

GENERIC is already supported but RAMDISK not yet.

ok to fix?

-- 
SASANO Takayoshi (JG1UAA) <u...@mx5.nisiq.net>

Index: RAMDISK
===================================================================
RCS file: /cvs/src/sys/arch/arm64/conf/RAMDISK,v
retrieving revision 1.199
diff -u -p -r1.199 RAMDISK
--- RAMDISK     28 Apr 2023 05:13:37 -0000      1.199
+++ RAMDISK     12 May 2023 11:41:26 -0000
@@ -266,12 +266,13 @@ gpio*             at sxipio?
 sxiccmu*       at fdt? early 1 # Clock Control Module/Unit
 sxidog*                at fdt?
 sxirsb*                at fdt? early 1 # Reduced Serial Bus
+axppmic*       at rsb?
 sxirtc*                at fdt? early 1 # Real Time Clock
 sximmc*                at fdt?         # SD/MMC card controller
 sdmmc*         at sximmc?      # SD/MMC bus
 sxisid*                at fdt? early 1
 sxisyscon*     at fdt? early 1 # System controller
-sxitwi*                at fdt?         # I2C controller
+sxitwi*                at fdt? early 1 # I2C controller
 iic*           at sxitwi?      # I2C bus
 dwxe*          at fdt?
 
@@ -369,6 +370,7 @@ ytphy*              at mii?                 # MotorComm 
YT8511 PHY
 
 # I2C devices
 abcrtc*                at iic?                 # Abracon x80x RTC
+axppmic*       at iic?                 # AXP80x PMIC
 dsxrtc*                at iic?                 # DS3231 RTC
 fusbtc*                at iic?                 # USB Type-C controller
 ihidev*                at iic?                 # HID-over-I2C

Reply via email to