History log of /linux-master/arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi
Revision Date Author Comments
# a0061fc2 01-Jun-2018 Pramod Kumar <pramod.kumar@broadcom.com>

arm64: dts: Update Stingray clock DT nodes

Update clock output names in the Stingray clock DT nodes so they match
the binding document and the latest ASIC datasheet. Also add entries
for LCPLL2

Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>


# d8bcaabe 12-Oct-2017 Rob Herring <robh@kernel.org>

arm64: dts: fix unit-address leading 0s

Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using
the following command:

perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm64/boot/dts -type -f -name '*.dts*'

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>


# 73da8f97 01-Jun-2017 Sandeep Tripathy <sandeep.tripathy@broadcom.com>

arm64: dts: Add clock DT nodes for Stingray SOC

This patch describes Stingray SOC clock tree using
DT nodes in Stingray DTS.

Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>