File tree Expand file tree Collapse file tree
arch/arm64/boot/dts/mediatek Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 };
7474 };
7575
76- memory {
76+ memory@40000000 {
7777 reg = <0 0x40000000 0 0x40000000>;
7878 };
7979
Original file line number Diff line number Diff line change 5555 };
5656 };
5757
58- memory {
58+ memory@40000000 {
5959 reg = <0 0x40000000 0 0x20000000>;
6060 };
6161
Original file line number Diff line number Diff line change 126126 compatible = "sff,sfp";
127127 i2c-bus = <&i2c_sfp1>;
128128 los-gpios = <&pio 46 GPIO_ACTIVE_HIGH>;
129+ maximum-power-milliwatt = <3000>;
129130 mod-def0-gpios = <&pio 49 GPIO_ACTIVE_LOW>;
130131 tx-disable-gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
131132 tx-fault-gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
137138 i2c-bus = <&i2c_sfp2>;
138139 los-gpios = <&pio 31 GPIO_ACTIVE_HIGH>;
139140 mod-def0-gpios = <&pio 47 GPIO_ACTIVE_LOW>;
141+ maximum-power-milliwatt = <3000>;
140142 tx-disable-gpios = <&pio 15 GPIO_ACTIVE_HIGH>;
141143 tx-fault-gpios = <&pio 48 GPIO_ACTIVE_HIGH>;
142144 };
150152 trip = <&cpu_trip_active_high>;
151153 };
152154
153- cpu-active-low {
155+ cpu-active-med {
154156 /* active: set fan to cooling level 1 */
155157 cooling-device = <&fan 1 1>;
156- trip = <&cpu_trip_active_low >;
158+ trip = <&cpu_trip_active_med >;
157159 };
158160
159- cpu-passive {
160- /* passive : set fan to cooling level 0 */
161+ cpu-active-low {
162+ /* active : set fan to cooling level 0 */
161163 cooling-device = <&fan 0 0>;
162- trip = <&cpu_trip_passive >;
164+ trip = <&cpu_trip_active_low >;
163165 };
164166 };
165167};
Original file line number Diff line number Diff line change 374374 reg = <0 0x11230000 0 0x1000>,
375375 <0 0x11c20000 0 0x1000>;
376376 interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
377+ assigned-clocks = <&topckgen CLK_TOP_EMMC_416M_SEL>,
378+ <&topckgen CLK_TOP_EMMC_250M_SEL>;
379+ assigned-clock-parents = <&apmixedsys CLK_APMIXED_MPLL>,
380+ <&topckgen CLK_TOP_NET1PLL_D5_D2>;
377381 clocks = <&topckgen CLK_TOP_EMMC_416M_SEL>,
378382 <&infracfg CLK_INFRA_MSDC_HCK_CK>,
379383 <&infracfg CLK_INFRA_MSDC_CK>,
610614 thermal-sensors = <&thermal 0>;
611615
612616 trips {
617+ cpu_trip_crit: crit {
618+ temperature = <125000>;
619+ hysteresis = <2000>;
620+ type = "critical";
621+ };
622+
623+ cpu_trip_hot: hot {
624+ temperature = <120000>;
625+ hysteresis = <2000>;
626+ type = "hot";
627+ };
628+
613629 cpu_trip_active_high: active-high {
614630 temperature = <115000>;
615631 hysteresis = <2000>;
616632 type = "active";
617633 };
618634
619- cpu_trip_active_low : active-low {
635+ cpu_trip_active_med : active-med {
620636 temperature = <85000>;
621637 hysteresis = <2000>;
622638 type = "active";
623639 };
624640
625- cpu_trip_passive: passive {
626- temperature = <40000 >;
641+ cpu_trip_active_low: active-low {
642+ temperature = <60000 >;
627643 hysteresis = <2000>;
628- type = "passive ";
644+ type = "active ";
629645 };
630646 };
631647 };
Original file line number Diff line number Diff line change 4444 id-gpio = <&pio 16 GPIO_ACTIVE_HIGH>;
4545 };
4646
47- usb_p1_vbus: regulator@0 {
47+ usb_p1_vbus: regulator-usb-p1 {
4848 compatible = "regulator-fixed";
4949 regulator-name = "usb_vbus";
5050 regulator-min-microvolt = <5000000>;
5353 enable-active-high;
5454 };
5555
56- usb_p0_vbus: regulator@1 {
56+ usb_p0_vbus: regulator-usb-p0 {
5757 compatible = "regulator-fixed";
5858 regulator-name = "vbus";
5959 regulator-min-microvolt = <5000000>;
Original file line number Diff line number Diff line change 3131 #address-cells = <2>;
3232 #size-cells = <2>;
3333 ranges;
34- scp_mem_reserved: scp_mem_region {
34+ scp_mem_reserved: memory@50000000 {
3535 compatible = "shared-dma-pool";
3636 reg = <0 0x50000000 0 0x2900000>;
3737 no-map;
3838 };
3939 };
4040
41- ntc@0 {
41+ thermal-sensor {
4242 compatible = "murata,ncp03wf104";
4343 pullup-uv = <1800000>;
4444 pullup-ohm = <390000>;
Original file line number Diff line number Diff line change 9191
9292&dsi0 {
9393 status = "okay";
94+ /delete-property/#size-cells;
95+ /delete-property/#address-cells;
9496 /delete-node/panel@0;
9597 ports {
9698 port {
441443 };
442444
443445 touchscreen_pins: touchscreen-pins {
444- touch_int_odl {
446+ touch-int-odl {
445447 pinmux = <PINMUX_GPIO155__FUNC_GPIO155>;
446448 input-enable;
447449 bias-pull-up;
448450 };
449451
450- touch_rst_l {
452+ touch-rst-l {
451453 pinmux = <PINMUX_GPIO156__FUNC_GPIO156>;
452454 output-high;
453455 };
454456 };
455457
456458 trackpad_pins: trackpad-pins {
457- trackpad_int {
459+ trackpad-int {
458460 pinmux = <PINMUX_GPIO7__FUNC_GPIO7>;
459461 input-enable;
460462 bias-disable; /* pulled externally */
You can’t perform that action at this time.
0 commit comments