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

View file

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