raspberry-pi/4/i2c1: indentation fix

This commit is contained in:
M. Ian Graham 2021-12-11 05:08:24 +09:00
parent 1bc731fde4
commit e81c9aed16
1 changed files with 12 additions and 12 deletions

View File

@ -22,20 +22,20 @@ in
{
name = "i2c1-on-overlay";
dtsText = ''
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2711";
fragment@0 {
target = <&i2c1>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2711";
fragment@0 {
target = <&i2c1>;
__overlay__ {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
};
};
};
};
'';
'';
}
];
};