]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
armv8: snapdragon: make dtbs more compatible with Linux
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 8 Mar 2017 14:09:16 +0000 (15:09 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:36:00 +0000 (16:36 +0100)
commit6c46f79291e9ee9cdcf656462eee37ee361d703c
tree08d86ebd391f9926a834d1c415848d49c81f3bcb
parent0782bbd7c4f2cad5b12bf017b0959c776df1d7fd
armv8: snapdragon: make dtbs more compatible with Linux

Linux has a 'clocks' property in DTB to specify (a list of) clocks
required for a device. The snapdragon DTS file in U-Boot uses a
'clock' property for the same purpose.

Change this to 'clocks', so that the Linux DTB can also be used to
configure U-Boot devices.
arch/arm/dts/dragonboard410c.dts
drivers/mmc/msm_sdhci.c
drivers/serial/serial_msm.c