ARM: dts: AM43x-EPOS Initial Support
Add initial DTS support for AM43-EPOS evm. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
@@ -30,4 +30,10 @@
|
||||
#define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
||||
#define PIN_INPUT_PULLDOWN (INPUT_EN)
|
||||
|
||||
/*
|
||||
* Macro to allow using the absolute physical address instead of the
|
||||
* padconf registers instead of the offset from padconf base.
|
||||
*/
|
||||
#define AM4372_IOPAD(pa, val) (((pa) & 0xffff) - 0x0800) (val)
|
||||
|
||||
#endif
|
||||
|
||||
8
include/dt-bindings/sound/tlv320aic31xx-micbias.h
Normal file
8
include/dt-bindings/sound/tlv320aic31xx-micbias.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __DT_TLV320AIC31XX_MICBIAS_H
|
||||
#define __DT_TLV320AIC31XX_MICBIAS_H
|
||||
|
||||
#define MICBIAS_2_0V 1
|
||||
#define MICBIAS_2_5V 2
|
||||
#define MICBIAS_AVDDV 3
|
||||
|
||||
#endif /* __DT_TLV320AIC31XX_MICBIAS_H */
|
||||
Reference in New Issue
Block a user