mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-G12: dtb/dtbo: Add wrapper overlays.
- oled & rtc, rtc, ssd1306. Signed-off-by: Luke Go <sangch.go@gmail.com> Change-Id: I27fcb82de6103c6f5b67db99d8893d11af97f256
This commit is contained in:
@@ -12,6 +12,7 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += \
|
||||
i2c0.dtbo \
|
||||
i2c1.dtbo \
|
||||
keymatrix.dtbo \
|
||||
oled_rtc.dtbo \
|
||||
onewire.dtbo \
|
||||
otg_host_mode.dtbo \
|
||||
pcf8563.dtbo \
|
||||
@@ -20,8 +21,10 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += \
|
||||
pwm_backlight.dtbo \
|
||||
pwm_cd.dtbo \
|
||||
pwm_ef.dtbo \
|
||||
rtc.dtbo \
|
||||
sdio.dtbo \
|
||||
spi0.dtbo \
|
||||
ssd1306.dtbo \
|
||||
sx865x-i2c1.dtbo \
|
||||
uart0.dtbo \
|
||||
uart1.dtbo \
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#include "pcf8563.dts"
|
||||
1
arch/arm64/boot/dts/amlogic/overlays/odroidc4/rtc.dts
Normal file
1
arch/arm64/boot/dts/amlogic/overlays/odroidc4/rtc.dts
Normal file
@@ -0,0 +1 @@
|
||||
#include "pcf8563.dts"
|
||||
@@ -0,0 +1 @@
|
||||
#include "i2c0.dts"
|
||||
@@ -17,6 +17,7 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += \
|
||||
odroidn2-opp.dtbo \
|
||||
odroidn2_plus-opp.dtbo \
|
||||
odroidn2l-opp.dtbo \
|
||||
oled_rtc.dtbo \
|
||||
onewire.dtbo \
|
||||
otg_host_mode.dtbo \
|
||||
pcf8563.dtbo \
|
||||
@@ -24,9 +25,11 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += \
|
||||
pwm_c-pwmfan.dtbo \
|
||||
pwm_cd.dtbo \
|
||||
pwm_ef.dtbo \
|
||||
rtc.dtbo \
|
||||
saradc.dtbo \
|
||||
sdio.dtbo \
|
||||
spi0.dtbo \
|
||||
ssd1306.dtbo \
|
||||
sx865x-i2c1.dtbo \
|
||||
uart0.dtbo \
|
||||
uart1.dtbo
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#include "pcf8563.dts"
|
||||
1
arch/arm64/boot/dts/amlogic/overlays/odroidn2/rtc.dts
Normal file
1
arch/arm64/boot/dts/amlogic/overlays/odroidn2/rtc.dts
Normal file
@@ -0,0 +1 @@
|
||||
#include "pcf8563.dts"
|
||||
@@ -0,0 +1 @@
|
||||
#include "i2c0.dts"
|
||||
Reference in New Issue
Block a user