Hi Andrew, On Tue, 5 Nov 2024 at 06:03, Andrew Jeffery <andrew@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Mon, 2024-11-04 at 14:52 +0530, Naresh Solanki wrote: > > From: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx> > > > > Add a device tree for IBM sbp1 BMC board which is based on AST2600 > > SOC. > > > > sbp1 baseboard has: > > - support for up to four Sapphire Rapids sockets having 16 DIMMS > > each. > > - 240 core/480 threads at maximum > > - 32x CPU PCIe slots > > - 2x M.2 PCH PCIe slots > > - Dual 200Gbit/s NIC > > - SPI TPM > > > > Added the following: > > - Indication LEDs > > - I2C mux & GPIO controller, pin assignments, > > - Thermister, > > - Voltage regulator > > - EEPROM/VPD > > > > Signed-off-by: Patrick Rudolph <patrick.rudolph@xxxxxxxxxxxxx> > > Signed-off-by: Naresh Solanki <Naresh.Solanki@xxxxxxxxxxxxx> > > > > --- > > Changes in V6: > > - Verified all regulators warning resolved. > > How did you verify this? Testing the patches locally, I see: > > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: pvccinfaon-pvccfa-cpu2@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: mp2973-pvccin-pvccfa-cpu2@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: pvccinfaon-pvccfa-cpu1@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: mp2973-pvccin-pvccfa-cpu1@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: pvccinfaon-pvccfa-cpu3@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: mp2973-pvccin-pvccfa-cpu3@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: regulator@5f: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: regulator@5f: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: regulator@5f: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: regulator@5f: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: pvccinfaon-pvccfa-cpu0@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > +/home/andrew/src/kernel.org/linux/origin/build.aspeed_g5/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dtb: mp2973-pvccin-pvccfa-cpu0@58: 'regulators' does not match any of the regexes: 'pinctrl-[0-9]+' > + from schema $id: http://devicetree.org/schemas/trivial-devices.yaml# > > From a spot check, the warnings seem legitimate. Did you send the right > patches? Just checked again. They are resolved. But I guess the dtbinding patch for the above warning are merged in hwmon-next branch & not in dt/next Regards, Naresh > > Andrew