Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: mt8183: fix dtbs_check warning

Fix unit names to make dtbs_check happy.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210414144643.17435-2-matthias.bgg@kernel.org
Link: https://lore.kernel.org/r/20210416143923.23406-3-matthias.bgg@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Matthias Brugger and committed by
Arnd Bergmann
f538437b f9929b45

+3 -3
+3 -3
arch/arm64/boot/dts/mediatek/mt8183.dtsi
··· 681 681 sustainable-power = <5000>; 682 682 683 683 trips { 684 - threshold: trip-point@0 { 684 + threshold: trip-point0 { 685 685 temperature = <68000>; 686 686 hysteresis = <2000>; 687 687 type = "passive"; 688 688 }; 689 689 690 - target: trip-point@1 { 690 + target: trip-point1 { 691 691 temperature = <80000>; 692 692 hysteresis = <2000>; 693 693 type = "passive"; ··· 1103 1103 status = "okay"; 1104 1104 }; 1105 1105 1106 - u3port0: usb-phy@0700 { 1106 + u3port0: usb-phy@700 { 1107 1107 reg = <0x0700 0x900>; 1108 1108 clocks = <&clk26m>; 1109 1109 clock-names = "ref";