Hi Thanks for review > Gesendet: Montag, 06. Mai 2024 um 10:20 Uhr > Von: "Krzysztof Kozlowski" <krzysztof.kozlowski@xxxxxxxxxx> > An: "Frank Wunderlich" <linux@xxxxxxxxx>, "Rob Herring" <robh@xxxxxxxxxx>, "Krzysztof Kozlowski" > > + dcin: regulator-12vd { > > Please use name for all fixed regulators which matches current format > recommendation: 'regulator-[0-9]+v[0-9]+' > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git/commit/?id=b6d4b3500d57370f5b3abf0701c9166b384db976 > > > + compatible = "regulator-fixed"; > > + regulator-name = "12vd"; > > + regulator-min-microvolt = <12000000>; > > + regulator-max-microvolt = <12000000>; > > + regulator-boot-on; > > + regulator-always-on; > > + }; > > + > > + fan: pwm-fan { > > + compatible = "pwm-fan"; > > + #cooling-cells = <2>; > > + /* cooling level (0, 1, 2) - pwm inverted */ > > + cooling-levels = <255 96 0>; > > + pwms = <&pwm 0 10000>; > > + status = "okay"; > > Why? Where is it disabled? you're right, i'll drop it > > + }; > > + > > + reg_1p8v: regulator-1p8v { > > Please use name for all fixed regulators which matches current format > recommendation: 'regulator-[0-9]+v[0-9]+' > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git/commit/?id=b6d4b3500d57370f5b3abf0701c9166b384db976 > > In other places as well. ok i change it like this (label doesn't matter, right?): dcin: regulator-12v { reg_1p8v: regulator-1v8 { reg_3p3v: regulator-3v3 { usb_vbus: regulator-5v { > Best regards, > Krzysztof regards Frank