ARM: dts: qcom: ipq4019: fix cpu0's qcom,saw2 reg value
authorChristian Lamparter <chunkeey@gmail.com>
Wed, 25 Jul 2018 08:37:47 +0000 (10:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 16:59:59 +0000 (17:59 +0100)
commit42fc909019365e3c1087accdeef66e0a8e6b132e
tree88bc4847c7692dee8477e124894f1681b06b316d
parent06f540913df5cfc74a1febc30f2e20f0266c4f52
ARM: dts: qcom: ipq4019: fix cpu0's qcom,saw2 reg value

[ Upstream commit bd73a3dd257fb838bd456a18eeee0ef0224b7a40 ]

while compiling an ipq4019 target, dtc will complain:
regulator@b089000 unit address format error, expected "2089000"

The saw0 regulator reg value seems to be
copied and pasted from qcom-ipq8064.dtsi.

This patch fixes the reg value to match that of the
unit address which in turn silences the warning.
(There is no driver for qcom,saw2 right now.
So this went unnoticed)

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/qcom-ipq4019.dtsi