diff options
author | Wenyou.Yang@microchip.com | 2017-07-21 14:04:47 +0800 |
---|---|---|
committer | Tom Rini | 2017-08-04 20:38:36 -0400 |
commit | 0dfe3ffe0b734ce0bea82d2a3a62cdd734333fd3 (patch) | |
tree | f542a44ca212f718e34ebb337e7bceea8b3d9bb3 /arch/arm | |
parent | f166af88a898601f24c490aa8e2b555cfc2dfc91 (diff) |
board: pm9263: Update to support DT and DM
Update the configuration files to support the device tree and driver
model. The peripheral clock and pins configuration are handled by
the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 6f7db82fce9..c2dc240edf6 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -386,6 +386,8 @@ dtb-$(CONFIG_SOC_KEYSTONE) += keystone-k2hk-evm.dtb \ dtb-$(CONFIG_TARGET_AT91SAM9261EK) += at91sam9261ek.dtb +dtb-$(CONFIG_TARGET_PM9263) += at91sam9263ek.dtb + dtb-$(CONFIG_TARGET_AT91SAM9263EK) += at91sam9263ek.dtb dtb-$(CONFIG_TARGET_AT91SAM9RLEK) += at91sam9rlek.dtb |