On Thu, Jul 09, 2026 at 07:41:20PM +0000, Jonas Jelonek wrote: > --- > .../bindings/net/pse-pd/realtek,pse-mcu.yaml | 176 ++++++++++++++++++ > 1 file changed, 176 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/pse-pd/realtek,pse-mcu.yaml Typically, we want filenames that match the compatibles used within. In this case, probably pick the oldest and simplest one? > > +properties: > + compatible: > + oneOf: > + # UART > + - items: > + - enum: > + - zyxel,gs1900-10hp-a1-pse > + - const: realtek,pse-mcu-gen1 IOW, this. Otherwise, Reviewed-by: Conor Dooley pw-bot: changes-requested Thanks, Conor. > + > + # I2C, SMBus framing > + - items: > + - enum: > + - zyxel,gs1920-24hp-v2-pse > + - const: realtek,pse-mcu-gen1-smbus > + > + # UART > + - items: > + - enum: > + - zyxel,gs1900-10hp-b1-pse > + - zyxel,xmg1915-10ep-pse > + - const: realtek,pse-mcu-gen2 > + > + # I2C, SMBus framing > + - items: > + - enum: > + - zyxel,xs1930-12hp-pse > + - const: realtek,pse-mcu-gen2-smbus > + > + # I2C, raw framing > + - items: > + - enum: > + - linksys,lgs328mpc-v2-pse > + - const: realtek,pse-mcu-gen2-i2c