aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Brugger <[email protected]>2021-04-16 16:39:23 +0200
committerArnd Bergmann <[email protected]>2021-04-19 17:01:53 +0200
commitf538437b315c85623816702fc926332ab06f0889 (patch)
tree493dc979a5c47da62a1d83a12e90b8430e41248c
parentf9929b452ac1091fbcfdcb2cdaa362d9ada7470c (diff)
arm64: dts: mt8183: fix dtbs_check warning
Fix unit names to make dtbs_check happy. Signed-off-by: Matthias Brugger <[email protected]> Reviewed-by: Enric Balletbo i Serra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm64/boot/dts/mediatek/mt8183.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 0ff7b67a6806..c5e822b6b77a 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -681,13 +681,13 @@
sustainable-power = <5000>;
trips {
- threshold: trip-point@0 {
+ threshold: trip-point0 {
temperature = <68000>;
hysteresis = <2000>;
type = "passive";
};
- target: trip-point@1 {
+ target: trip-point1 {
temperature = <80000>;
hysteresis = <2000>;
type = "passive";
@@ -1103,7 +1103,7 @@
status = "okay";
};
- u3port0: usb-phy@0700 {
+ u3port0: usb-phy@700 {
reg = <0x0700 0x900>;
clocks = <&clk26m>;
clock-names = "ref";