Skip to content

Commit 15b8b00

Browse files
committed
Fix dts merge problem, remove debug flag from boot args
1 parent fbfa19f commit 15b8b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
};
2929

3030
chosen {
31-
bootargs = "cros_legacy init=/init rw fbcon loglevel=0 debug earlyprintk drm.atomic=1 no_console_suspend firmware_class.path=/lib/firmware";
31+
bootargs = "cros_legacy init=/init rw fbcon loglevel=0 earlyprintk drm.atomic=1 no_console_suspend firmware_class.path=/lib/firmware";
3232
};
3333

3434
memory {
@@ -1727,7 +1727,7 @@
17271727
};
17281728
};
17291729

1730-
max77621_cpu: pmic@1b {
1730+
/*max77621_cpu: pmic@1b {
17311731
compatible = "maxim,max77621";
17321732
reg = <0x1b>;
17331733
interrupt-parent = <&gpio>;
@@ -1743,7 +1743,7 @@
17431743
maxim,enable-active-discharge;
17441744
maxim,enable-bias-control;
17451745
maxim,enable-etr;
1746-
};
1746+
};*/
17471747

17481748
max77621_gpu: pmic@1c {
17491749
compatible = "maxim,max77621";

0 commit comments

Comments
 (0)