File tree Expand file tree Collapse file tree
arch/arm/boot/dts/overlays Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,6 +247,8 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
247247 rpi-fw-uart.dtbo \
248248 rpi-poe.dtbo \
249249 rpi-poe-plus.dtbo \
250+ rpi-power-hat-b-overlay.dtbo \
251+ rpi-power-hat-t-overlay.dtbo \
250252 rpi-sense.dtbo \
251253 rpi-sense-v2.dtbo \
252254 rpi-tv.dtbo \
Original file line number Diff line number Diff line change @@ -4465,6 +4465,16 @@ Params: poe_fan_temp0 Temperature (in millicelcius) at which the fan
44654465 the firmware.
44664466
44674467
4468+ Name: rpi-power-hat-t
4469+ Info: Raspberry Pi Power HAT Top
4470+ Load: dtoverlay=rpi-power-hat-t
4471+ Params: <None>
4472+
4473+ Name: rpi-power-hat-b
4474+ Info: Raspberry Pi Power HAT Bottom
4475+ Load: dtoverlay=rpi-power-hat-b
4476+ Params: <None>
4477+
44684478Name: rpi-proto
44694479Info: This overlay has been renamed to proto-codec.
44704480Load: <Deprecated>
Original file line number Diff line number Diff line change 4646 target-path = "/";
4747 __overlay__ {
4848 rpi_power_hat_b: rpi-power-hat-b {
49- compatible = "Raspberry Pi ,rpi-power-hat-b";
49+ compatible = "raspberrypi ,rpi-power-hat-b";
5050 #address-cells = <1>;
5151 #size-cells = <0>;
5252
5353 // References to the I2C devices
5454 power-controller = <&power_control>;
5555 power1-monitor = <&pwr1_monitor>;
5656 power2-monitor = <&pwr2_monitor>;
57-
58- // HAT metadata
59- hat-name = "rpi-power-hat Bottom";
6057 };
6158 };
6259 };
63- };
60+ };
Original file line number Diff line number Diff line change 4646 target-path = "/";
4747 __overlay__ {
4848 rpi_power_hat_t: rpi-power-hat-t {
49- compatible = "Raspberry Pi ,rpi-power-hat-t";
49+ compatible = "raspberrypi ,rpi-power-hat-t";
5050 #address-cells = <1>;
5151 #size-cells = <0>;
5252
5353 // References to the I2C devices
5454 power-controller = <&power_control>;
5555 power1-monitor = <&pwr1_monitor>;
5656 power2-monitor = <&pwr2_monitor>;
57-
58- // HAT metadata
59- hat-name = "rpi-power-hat Top";
6057 };
6158 };
6259 };
63- };
60+ };
You can’t perform that action at this time.
0 commit comments