Quoting Théo Lebrun (2024-11-06 08:03:53) > Add #defines for Mobileye clock controller: > > - EyeQ5 core 0 thru 3 clocks. Internally: > > EQ5C_PLL_CPU: already exposed > └── EQ5C_CPU_OCC: unexposed, no reason to do so > ├── EQ5C_CPU_CORE0: new! > ├── EQ5C_CPU_CORE1: new! > ├── EQ5C_CPU_CORE2: new! > └── EQ5C_CPU_CORE3: new! > > - EyeQ5 peripheral clocks. Internally: > > EQ5C_PLL_PER: already exposed > ├── EQ5C_PER_OCC: new! > │ ├── EQ5C_PER_SPI: new! > │ ├── EQ5C_PER_I2C: new! > │ ├── EQ5C_PER_GPIO: new! > │ └── EQ5C_PER_UART: new! > ├── EQ5C_PER_EMMC: new! > └── EQ5C_PER_OCC_PCI: new! > > - EyeQ6H central OLB. Internally: > > EQ6HC_CENTRAL_PLL_CPU: new! > └── EQ6HC_CENTRAL_CPU_OCC: new! > > - EyeQ6H west OLB. Internally: > > EQ6HC_WEST_PLL_PER: new! > └── EQ6HC_WEST_PER_OCC: new! > └── EQ6HC_WEST_PER_UART: new! > > Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx> > --- Applied to clk-next