sensor: sensor {
compatible = "soc, sensor";
- status = "okay";
+ status = "disabled";
sensor-name = "os08a10"; /*imx290;os08a10;imx227*/
pinctrl-names="default";
pinctrl-0=<&gen_clk_ee_ao>;
iq: iq {
compatible = "soc, iq";
- status = "okay";
+ status = "disabled";
sensor-name = "os08a10"; /*imx290;os08a10;imx227*/
};
}; /* end of / */
&isp {
- status = "okay";
+ status = "disabled";
memory-region = <&isp_cma_reserved>;
};
&adapter {
- status = "okay";
+ status = "disabled";
memory-region = <&adapt_cma_reserved>;
};
fan,trig_temp_level2 = <70>;
hwver = "VIM3.V11"; /* Will be updated in uboot. */
};
-
- sensor-i2c@6c {
- compatible = "arm, i2c-sensor";
- reg = <0x6c>;
- reg-names = "i2c-sensor";
- slave-addr = <0x6c>;
- reg-type = <2>;
- reg-data-type = <1>;
- link-device = <&phycsi>;
- };
};
&audiobus {
--- /dev/null
+/dts-v1/;
+/plugin/;
+
+/ {
+ fragment@0 {
+ target = <&sensor>;
+
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@1 {
+ target = <&iq>;
+
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@2 {
+ target = <&isp>;
+
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@3 {
+ target = <&adapter>;
+
+ __overlay__ {
+ status = "okay";
+ };
+ };
+
+ fragment@4 {
+ target = <&i2c_AO>;
+
+ __overlay__ {
+ status = "okay";
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ sensor-i2c@6c {
+ compatible = "arm, i2c-sensor";
+ reg = <0x6c>;
+ reg-names = "i2c-sensor";
+ slave-addr = <0x6c>;
+ reg-type = <2>;
+ reg-data-type = <1>;
+ link-device = <&phycsi>;
+ status = "okay";
+ };
+ };
+ };
+};