Skip to content

Commit 918087f

Browse files
LucasH-rppelwell
authored andcommitted
Overlays: rpi-power-hat i2c_arm enable
Updated rpi-power-hat device tree overlays to enable i2c_arm Signed-off-by: Lucas Hoffmann <[email protected]>
1 parent 7335f3c commit 918087f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

arch/arm/boot/dts/overlays/rpi-power-hat-b-overlay.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
compatible = "brcm,bcm2835";
1010

1111
fragment@0 {
12-
target = <&i2c1>;
12+
target = <&i2c_arm>;
1313
__overlay__ {
1414

1515
#address-cells = <1>;
1616
#size-cells = <0>;
17+
status = "okay";
1718

1819
power_control: fxl6408@43 {
1920
reg = <0x43>;

arch/arm/boot/dts/overlays/rpi-power-hat-t-overlay.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
compatible = "brcm,bcm2835";
1010

1111
fragment@0 {
12-
target = <&i2c1>;
12+
target = <&i2c_arm>;
1313
__overlay__ {
1414

1515
#address-cells = <1>;
1616
#size-cells = <0>;
17+
status = "okay";
1718

1819
power_control: fxl6408@44 {
1920
reg = <0x44>;

0 commit comments

Comments
 (0)