On 14-08-19, 10:01, Stephen Boyd wrote:
Quoting Vinod Koul (2019-08-14 05:49:53)
quoted
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
Add some commit text? Or just squash with the first patch? Not sure why
it's a different commit.
quoted
arch/arm64/boot/dts/qcom/sm8150.dtsi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index cd9fcadaeacb..5f2f21270e2d 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -189,6 +189,21 @@
};
};
+ tlmm: pinctrl@3100000 {
+ compatible = "qcom,sm8150-pinctrl";
+ reg = <0x03100000 0x300000>,
+ <0x03500000 0x300000>,
+ <0x03900000 0x300000>,
+ <0x03D00000 0x300000>;
Please don't use capitalized hex characters.
Sure, this seems to be only instance where this crept in. Fixed now
--
~Vinod