On 6/28/25 11:53 PM, Niklas Söderlund wrote: Hello Niklas,
+&{/} { + clk_cam_j1: clk_cam_j1 { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <24000000>; + status = "okay"; + }; + + /* Page 29 / CSI_IF_CN / J1 */ + reg_cam_j1: reg_cam_j1 { + compatible = "regulator-fixed"; + regulator-name = "reg_cam_j1"; + enable-active-high; + status = "okay"; + gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>; + }; + + reg_cam_j1_dummy: reg_cam_j1_dummy { + compatible = "regulator-fixed"; + regulator-name = "reg_cam_j1_dummy"; + status = "okay";
Is the 'status = "okay"' property needed for these regulators ? I think 'status = "okay"' is the default behavior if "status" property is not present , so 'status = "okay"' is superfluous here.